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

Dropdowns

Dropdowns are toggleable, contextual overlays for displaying lists of links and more. They’re made interactive with the included JavaScript plugin.

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