Guest User

Untitled

a guest
Jun 25th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. # in your template put all your mustache code inside this raw tags
  2. {% raw %}
  3. <script type="text/template" id="company-template">
  4. <a href="#companies/{{id}}/jobs" class="list-group-item">
  5. <h4 class="list-group-item-heading">{{name}}</h4>
  6. <p class="list-group-item-text">{{description}}</p>
  7. </a>
  8. </script>
  9. {% endraw %}
Add Comment
Please, Sign In to add comment