{% extends "layouts/base.html" %} {% load static %} {% block title %} {% if page_title %} page_title {% else %} Dynamic DataTables {% endif %} {% endblock title %} {% block content %}
Available Routes - defined in settings.DYNAMIC_DATATB - Read Documentation.
    {% for link in routes %}
  • {{ link }}
  • {% endfor %}
{% endblock content %} {% block extra_js %} {% endblock extra_js %}