{{ post.title }}
{% if post.summary %}{{ post.summary }}
{% endif %}{% 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.summary }}
{% endif %}