DEBSOURCES
Skip Quicknav
sources / bootstrap-flask / 2.2.0%2Bds1-1 / examples / bootstrap5 / templates / bootswatch.html
12345678
{% extends 'base.html' %} {% from 'bootstrap5/form.html' import render_form %} {% block content %} <h2>Bootswatch</h2> {{ render_form(form) }} {% endblock %}