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