Skip to content

Instantly share code, notes, and snippets.

@khalidelboray
Created May 27, 2020 15:17
Show Gist options
  • Select an option

  • Save khalidelboray/520b912b11fe2c4c9a5999bc2e7afbc2 to your computer and use it in GitHub Desktop.

Select an option

Save khalidelboray/520b912b11fe2c4c9a5999bc2e7afbc2 to your computer and use it in GitHub Desktop.
<:sub post-review($post)>
<article class="post">
<h4><$post.title></h4>
<div class="media">
<div class="media-left">
<p class="image is-32x32">
<img src="<$post.author.img>">
</p>
</div>
<div class="media-content">
<div class="content">
<p>
<a href="author/<$post.author.name>">@<$post.author.name></a> <$post.created>
<@$post.tags : $tag>
<span class="tag"><$tag></span>
</@>
</p>
</div>
</div>
</div>
</article>
</:>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment