{%- if h1 -%} {{ h1 | typogr }} {%- elsif title -%} {{ title | typogr }} {%- endif -%}
{% endunless %}
{{ content }}
{% if section_bottom %}
-
{% for item in section_bottom %}
-
{{ item.header | typogr }}
{{ item.body | markdown }}
{% endfor %}