{% extends "bootstrap5/bootstrap5.html" %} {% load bootstrap5 %} {# Load CSS and JavaScript #} {% bootstrap_css %} {% bootstrap_javascript %} {% block bootstrap5_title %} {% block title %} Demo of django_userdefinedtables {% endblock title %} {% endblock bootstrap5_title %} {% block bootstrap5_content %}
Users will be able to define the types which go in a table in a relatively flexible manner.
{% endblock content %}