{% extends "layouts/base.html" %} {% block title %} Profile {% endblock %} {% block stylesheets %} {% endblock stylesheets %} {% block content %}

Dynamic DT

Available Routes - defined in config.DYNAMIC_DATATB - Read Documentation.
    {% for link in routes %}
  • {{ link }}
  • {% endfor %}
{% endblock content %} {% block javascripts %} {% endblock javascripts %}