{% load i18n thumbnail embed_video_tags %} {% load markdown %}
{% if section.image %}
{{section.title}}
{% endif %} {% if section.title %}

{{section.title}}

{% endif %} {% if section.content %}
{{section.content|markdown}}
{% endif %} {% if section.video %}
{% video section.video '800x600' %}
{% endif %} {% if section.button_text %} {% endif %} {% include 'cms/editlink.html' %}