{% extends 'components/shell.html' %} {% import 'components/site.html' as site %} {% set page_title = 'Heading | ' ~ g.site_name %} {% block title %} {{ page_title }} {% endblock title %} {% block content %} {% call site.section('modifier', 'Heading') %} {% endcall %} {% endblock content %}