Skip to content

Instantly share code, notes, and snippets.

@odoe
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save odoe/58ac8d15f125d3926e37 to your computer and use it in GitHub Desktop.
Save odoe/58ac8d15f125d3926e37 to your computer and use it in GitHub Desktop.
<!-- nndex.html -->
<body>
<!-- This script tag must come before the content-for "amd" block -->
<script>
// Please refere to RequireJS configuration options
// http://requirejs.org/docs/api.html#config
// If using Dojo, this configuration will be treated like dojoConfig.
// Please refer to Dojo documentation for details
// http://dojotoolkit.org/documentation/tutorials/1.10/dojo_config/
var reqConfig = {};
</script>
{{content-for 'amd'}}
{{content-for 'body'}}
{{content-for 'body-footer'}}
</body>
<!-- tests/index.html -->
<body>
{{content-for 'body'}}
{{content-for 'test-body'}}
{{content-for 'amd-test'}}
{{content-for 'body-footer'}}
{{content-for 'test-body-footer'}}
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment