scripts.non-js.html 237 B

1234567891011
  1. <script id="user-template" type="text/template">
  2. <div id="user">
  3. <h1><%= user.name %></h1>
  4. <p><%= user.description %></p>
  5. </div>
  6. </script>
  7. <script id="user-template" type="text/template">
  8. if (foo) {
  9. bar();
  10. }
  11. </script>