Skip to content

Instantly share code, notes, and snippets.

@Trindaz
Created April 21, 2014 11:01
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 Trindaz/11139437 to your computer and use it in GitHub Desktop.
Save Trindaz/11139437 to your computer and use it in GitHub Desktop.
client/views/posts/post_item.html from Discover Meteor
<template name="postItem">
<div class="post">
<div class="post-content">
<h3><a href="{{url}}">{{title}}</a><span>{{domain}}</span></h3>
</div>
<a href="{{postPagePath this}}" class="discuss btn">Discuss</a>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment