Skip to content

Instantly share code, notes, and snippets.

@nerdburn
Created October 22, 2014 20:13
Show Gist options
  • Select an option

  • Save nerdburn/bd8bdd406e8a5275ee32 to your computer and use it in GitHub Desktop.

Select an option

Save nerdburn/bd8bdd406e8a5275ee32 to your computer and use it in GitHub Desktop.
Variables
<h2>{{ post.title }}</h2>
<p>{{ post.created_at|format_date }}</p>
<div class="content">
{{ post.content }}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment