{% extends "base.html" %}
{% block title %}Pages of {{ path }}{% endblock %}
{% block content %}
Pages of {{ path }}
{%- set root = os.path.basename(path) %}
{%- for page in pages %}
{%- set url = quote_path(root + '!/' + page.indexfilename) %}
{%- set label = page.indexfilename.partition('/')[0] %}
{%- set title = page.title or '' %}