{{ post.title }}
{% if post.body_html %}{{ post.body_html | striptags | truncate(length=200) }}
{% elif post.excerpt %}{{ post.excerpt | striptags | truncate(length=200) }}
{% endif %} {% if post.tags | length > 0 %} {% endif %}{{ homepage.subtitle }}
{% else %}{{ site.description }}
{% endif %} {% if homepage.custom_content %}{{ p.excerpt }}
{% endif %}{{ post.body_html | striptags | truncate(length=200) }}
{% elif post.excerpt %}{{ post.excerpt | striptags | truncate(length=200) }}
{% endif %} {% if post.tags | length > 0 %} {% endif %}No posts published yet.
Start creating content in the admin panel.