{% extends 'pattern_library/base.html' %} {% block content %}

List of templates

Jump to section:

{% for pattern_type, pattern_type_groups in templates.items %}

{{ pattern_type|title }}

{% for group_name, pattern_templates in pattern_type_groups.items %}

{{ group_name }}

{% for template in pattern_templates %}
{{ template.origin.template_name }}
{% endfor %} {% endfor %} {% endfor %}
{% endblock %}