{# y2k heading — y2k-display everywhere; glitch on h1/h2 only #} {% if level == 1 %}

{{ text }}

{% elif level == 3 %}

{{ text }}

{% elif level == 4 %}

{{ text }}

{% elif level == 5 %}
{{ text }}
{% elif level == 6 %}
{{ text }}
{% else %}

{{ text }}

{% endif %}