🚧 switch to bootstrap-flask / bootstrap 4

This commit is contained in:
neingeist 2021-12-04 03:16:19 +01:00
parent e5f00752fe
commit 0a14e4645d
5 changed files with 10 additions and 8 deletions

View file

@ -11,7 +11,7 @@
{{ bootstrap.load_css() }}
{% endblock %}
<title>Your page title</title>
<title>{% block title %}Your page title{% endblock %}</title>
{% endblock %}
</head>
<body>