{% extends "base.html" %} {% block title %}Component Catalog ยท {{ app_title }}{% endblock %} {% block content %} {% include "components/page_header.html" %}
{% for section in catalog_sections.values() %}

{{ section.title }}

{{ section.description }}

Open section
{% endfor %}
{% endblock %}