{#def title="", section="" #} {% set section = section or page.section if section != false else None %} {% set title = title or page.title %}
{% if section -%}
{{ section }}
{%- endif %}

{{ title | utils.widont }}

{{ content | utils.widont }}