{% import "macros/opengraph.html" as opengraph_macros %} {% extends "base.html" %} {% block stylesheet %} {% endblock %} {% block head_extra %} {{ opengraph_macros::opengraph(title=page.title, url=page.permalink, content=page.content, type="website") }} {% endblock %} {% block content %}
{% include "includes/site-navigation.html" %}

{{ page.title }}

{% include "includes/page-navigation.html" %} {{ page.content |safe }}
{% include "includes/footer.html" %} {% endblock content %}