{% extends 'layouts/base.html' %} {% load static %} {% block content %}
{% include 'includes/pre-loader.html' %}

Accordions

The accordion uses collapse internally to make it collapsible. To render an accordion that’s expanded, add the .open class on the .accordion.

{% include 'includes/components/_accordions.html' %}
{% endblock content %}