{{ post.title }}

  {% if include.sticky == 'true' %} {% endif %}

{% if post.excerpt_separator %} {{ post.excerpt | strip_html }} {% else %} {{ post.content | strip_html | truncate: 200 }} {% endif %}

{% for tag in post.tags %} {{ tag }} {% endfor %}