{% include 'header.html' %} {% from 'bootstrap5/utils.html' import render_messages %}
{{ render_messages() }} {% block content %} This content block is still being worked on! {% endblock %}
{% include 'footer.html' %}