{#-
Namensschema der CSS-Klassen nach BEM (Block Element Modifier,
http://getbem.com/naming/). Mit der Erweiterung, dass Modifier einzeln
mit Bindestrich angegeben werden. Also:
statt
Das ist weniger redundant und übersichtlicher. Der passende CSS-Selektor
dazu ist:
.navlist__navitem.-active
#}
{% block title %}Werkkooperative der Technikfreundinnen eG{% endblock %} | WTF eG
{#- OG Values
https://ogp.me/ #}
{% if '/css/reset.css'|asseturl is defined -%}
{%- endif %}
{% if '/css/fonts.css'|asseturl is defined -%}
{%- endif %}
{% if 'apple-touch-icon.png'|asseturl is defined -%}
{%- endif %}
{% if 'favicon-32x32.png'|asseturl is defined -%}
{%- endif %}
{% if 'favicon-96x96.png'|asseturl is defined -%}
{%- endif %}
{% if 'manifest.json'|asseturl is defined -%}
{%- endif %}
{% if '/js/contact_form_toggle.js'|asseturl is defined and this.title == 'Kontakt' -%}
{%- endif %}
{% block header %}{% endblock %}
{% block body %}{% endblock %}
{%- if '/js/nav_toggle.js'|asseturl is defined -%}
{%- endif %}
{% if '/js/contact_form_toggle.js'|asseturl is defined and this.title == 'Kontakt' -%}
{%- endif %}