{% extends "base.html" %} {% block title %}confine {{ adjective|e }}{{ package| e }}{% endblock %} {% block content -%} <h1>confine {{ adjective|e }}package {{ package|e }}</h1> <p>Which of the following do you mean?</p> <ul> {%- for architecture in architectures|sort -%} <li><a href="{{ href|format(architecture)|e }}">{{ architecture|e }}</a></li> {%- endfor -%} </ul> {%- endblock -%}