Skip to content

Instantly share code, notes, and snippets.

@fwielstra
Created June 13, 2011 10:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fwielstra/1022570 to your computer and use it in GitHub Desktop.
Save fwielstra/1022570 to your computer and use it in GitHub Desktop.
A thread display template
<pre>
<div class="thread">
<div class="thread-title">
<a href="#/thread/<%= thread.title %>"><%= thread.title %></a>
</div>
<time><%= thread.postdate %></time>
<div class="thread-author"><%= thread.author %></div>
</div>
</pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment