{% 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", image=config.base_url ~ "/img/project-spg/%5BMCS-003%5D%20Window%20to%20the%20Fire.png") }} {% endblock %} {% block content %}

{{ page.title }}

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