Simplify color setup in templates

This commit is contained in:
Patrick Jentsch
2021-08-04 09:07:18 +02:00
parent 468b079d63
commit ec7a88f36e
3 changed files with 94 additions and 91 deletions

View File

@@ -1,5 +1,4 @@
{% extends "materialize/base.html.j2" %}
{% import "_colors.html.j2" as colors %}
{% block html_attribs %} lang="en"{% endblock html_attribs %}