implement base-wide.html as an extension of base.html

not quite sure why I didn't think of this initially... too much hacking
This commit is contained in:
2021-05-19 22:30:20 -05:00
parent e8377adcf5
commit 65bc028524
2 changed files with 3 additions and 39 deletions

View File

@@ -10,7 +10,7 @@
<link rel="stylesheet" href="{{ url_for('static', filename=user_style) }}">
<link rel="icon" href="{% if config.FAVICON %}{{ config.FAVICON }}{% else %}{{ url_for('static', filename='img/favicon.png') }}{% endif %}">
<div class="site-wrap">
<div {% block site_class %}class="site-wrap"{% endblock %}>
{% block header %}
<div class="header">
<div class="nav">