{{ post.title }}
{% if post.subtitle %}{{ post.subtitle }}
{% endif %}
{% if post.lang == 'en' %}
{{ post.content | strip_html | truncate: 300 }}
{% else %}
{{ post.content | strip_html | truncate: 200 }}
{% endif %}