Skip to content

Instantly share code, notes, and snippets.

@nerdburn
Created October 22, 2014 20:45
Show Gist options
  • Save nerdburn/140b73c982c0e761224a to your computer and use it in GitHub Desktop.
Save nerdburn/140b73c982c0e761224a to your computer and use it in GitHub Desktop.
{% if post.content %}
<p>{{ post.content|truncate(200) }}</p>
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment