{% extends "base.html" %} {% import "_icons.html" as icon %} {% block title %}{{ post.title }} - {{ site.name }}{% endblock %} {% block description %}{{ post.summary or blog.description }}{% endblock %} {% block og_type %}article{% endblock %} {% block content %}

{{ post.title }}

{% if post.summary %}

{{ post.summary }}

{% endif %}
{{ post.html }}
{% endblock %}