codeigniter-simplicity icon indicating copy to clipboard operation
codeigniter-simplicity copied to clipboard

Integration with Javascript templates

Open scottishhemp opened this issue 12 years ago • 0 comments

Trying to include a Handlebars template in my_view.php results in the rendered template being placed in DOM outside of the Simplicity template.

<script type="text/x-handlebars" data-template-name="todos"><h1>Code</h1></script>

For instance, will appear as

<body><div class="container">my_view.php should render here</div><h1>code</h1></body>

Can you suggest a workaround for this?

scottishhemp avatar Feb 18 '14 18:02 scottishhemp