attrs.unescaped.html 114 B

12345
  1. <script type="text/x-template">
  2. <div id="user-<%= user.id %>">
  3. <h1><%= user.title %></h1>
  4. </div>
  5. </script>