{%- extends "layout.html" -%}
{%- block extrahead %}
{% include "components/meta-opengraph.html" %}
{%- endblock %}
{% block body %}{{ body }}{% endblock %}
{% block themestyles %}
{% endblock %}
{% block afterarticle %}
{% include "partials/page-bottom.html" %}
{% endblock %}