{% extends 'clean1/base.html' %} {% block links %} {% endblock %} {% block header %} {% if container_url and container_policy %}

{{container_name}}

{% endif %}

This list of tiddlers as: {%- for type in links -%}  {{type}} {%- endfor -%}

{% endblock %} {% block title%}

{{ title|e }}

{% endblock %} {% block content %} {% endblock %}