Skip to content

Instantly share code, notes, and snippets.

@matthisk
Created December 14, 2015 13:38
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 matthisk/743085497ffc17fd2f97 to your computer and use it in GitHub Desktop.
Save matthisk/743085497ffc17fd2f97 to your computer and use it in GitHub Desktop.
<template name="cook">
<a href="{{path}}" class="item-activity">
<span class="attribution">
<span class="avatar">
<img src="{{userAvatar}}" class="image-avatar">
</span>
<span class="meta">
<span class="author">{{firstName}}</span> made <span class="recipe">{{recipeTitle}}</span>: {{text}}
{{#if place}}<span class="location">&mdash;{{place}}</span>{{/if}}
</span>
</span>
<div class="bg-image" style="background-image: url('{{image}}');"></div>
</a>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment