{% extends "/html/base.html" %} {%block subtitle %}: {{post.title}}{% endblock %} {% block meta %} {% if post.description %} {% comment %} OpenGraph tags {% endcomment %} {% endif %} {% if post.image %} {% if post.image.path %} {% if post.image.type %}{% endif %} {% if post.image.width %}{% endif %} {% if post.image.height %}{% endif %} {% if post.image.alt %}{% endif %} {% else %}{% endif %} {% endif %} {% if post.image %} {% endif %} {% endblock %} {% block page-title %}: {{post.title}}{% endblock %} {% block content %}
{% include "/html/post-content.html" %}
{% if post.prev %} « {{post.prev.title}} {% endif %} {% if post.next %} {{post.next.title}} » {% endif %}
{% if disqus-shortname %}
{% endif %}
{% endblock %}