{%- if title -%}

{{ title }}

{%- endif -%} {%- if subtitle -%}

{{ subtitle }}

{%- endif -%}
{%- for video in videos -%}
{%- if video.title -%}

{{ video.title }}

{%- endif -%} {%- if video.content -%}

{{ video.content }}

{%- endif -%}
{%- endfor -%}