{% from "bootstrap5/form.html" import render_form %} {% block content %} {% include "header.html" %} Register Start Contributing to the Blog! {{render_form(form, novalidate=True, button_map={"submit": "primary"}) }} {% include "footer.html" %} {% endblock %}