{% extends base_template_name %} {% load render_table from django_tables2 %} {% load helpers %} {% load static %} {% block content %}
{% include 'htmx/table.html' %}
{% endblock %}