BorisMoore/jquery-tmpl

Nested tmpls

Closed this issue · 2 comments

help, i need nested templates, example.

<script type="text/x-jquery-tmpl" id="xxx">
    <div>
        FIRTS HTML TEMPLATE

        <script type="text/x-jquery-tmpl" id="xxx2">
                   OTHER HTML TEMPLATE
        </script>
    </div>
 </scrtip>

Thanks

Thanks @BorisMoore for the answer, i see jsviews.

Thanks 👍