{% extends "layout/home.jinja2.html" %} {% block content %}

List of pages tagged {{ tag }}

{% with pages=pages %} {% include "partials/list.jinja2.html" %} {% endwith %} « list all pages {% endblock content %}