{% load cms_articles thumbnail %}

{{ article.get_menu_title }} {{ article.order_date }}

{% with image=article.get_image %} {% if image %} {{ image.name }} {% endif %} {% endwith %} {{ article.get_description | safe }}