{% extends "base.html" %} {% import "macros.html" as macros %} {% block content %} {{ macros::page_content(page=page) }} {% if page.higher %} ← {{ page.higher.title }} {% endif %} {% if page.lower %} {{ page.lower.title }} → {% endif %}