{%- match title %} {% when Some with (title) %} {{ title }} {% when None %} {% endmatch -%} {%- for slide in slides %}
{{ slide|indent(6) }}
{%- endfor %}