{% extends "djust_theming/catalogue/base.html" %} {% load theme_tags theme_components djust_components %} {% block title %}Components{% endblock %} {% block catalogue_content %}
{{ total_count }} components across {{ components_by_category|length }} categories. Pick one to see it live, copy the usage, and read its props.
{{ comp.description }}
{% endif %} {% component_thumbnail comp.name as thumb %}{% if thumb %}{% endif %} {% if comp.example_count %}{% endif %} {% endcard %} {% endfor %}