{% extends "base.html" %} {# Pass data through to the base template #} {% block variable_wormhole %} {{ super() }} {% set title = section.title %} {% set description = config.description %} {% endblock variable_wormhole %} {# Page content #} {% block content %} {{ section.content | safe }} {% endblock content %}