{{ 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 %}{% extends "base.html" %} {% block title %}Posts - {{ site.title }}{% endblock
%} {% block content %}
Posts
{{ 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.