{% import "macros.html" as macros %} {% extends "base.html" %} {% block meta %} {% set description = page.description %} {{ macros::get_meta_tags(title=page.title, description=description) }} {% endblock meta %} {% block content %}

{{ page.title }}

{{ page.content | safe }}
{% endblock content %}