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

Components

{% include 'paginator.html' with paginator=components get_param='comp_page' aria_label='Component Page Navigation' %}
{% include 'parts/modals/edit-component-modal.html' with form=comp_form heading='New Component' %} {% endblock content %} {% block custom_scripts %} {% endblock custom_scripts %}