{# heading override — typed case-file header. Fields mirror builtin: text, level, textClass. #} {% if level == 1 %}

{{ text }}

{% elif level == 3 %}

{{ text }}

{% elif level == 4 %}

{{ text }}

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

{{ text }}

{% endif %}