{{ post.title }}
{% if post.excerpt %}{{ post.excerpt | strip_md }}
{% endif %} {% if post.tags | length > 0 %} {% endif %}{% extends "base.html" %} {% block title %}Posts - {{ site.title }}{% endblock
%} {% block content %}
Posts
{{ post.excerpt | strip_md }}
{% endif %} {% if post.tags | length > 0 %} {% endif %}No posts published yet.
Start creating content in the admin panel.