{% extends "pathed_content.html" %} {% block opengraph_tags %} {{ parent() }} {%endblock %} {%block content_article%} {% if page.title and (page.title != page.basename) %}

{{ page.title }}

{% endif %} {{ page.html|raw }} {% endblock %}