Brian S. Stephan 65bc028524 implement base-wide.html as an extension of base.html
not quite sure why I didn't think of this initially... too much hacking
2021-05-19 22:30:20 -05:00

3 lines
85 B
HTML

{% extends "base.html" %}
{% block site_class %}class="wide-site-wrap"{% endblock %}