{% extends "cms_articles/base.html" %} {% load cms_articles thumbnail %} {% block page_title %}{% article_attribute "page_title" %}{% endblock %} {% block meta_description %}{% article_attribute "meta_description" %}{% endblock %} {% block base_content %}
{% show_article_breadcrumb %}

{% block title %}{% article_attribute "title" %}{% endblock %}

{% article_attribute "image" as image %} {% if image %} {{ image.name }} {% endif %}
{% block content %}{% article_placeholder "content" %}{% endblock %}
{% endblock %}