{% extends "aldryn_news/base.html" %} {% load i18n cms_tags thumbnail %} {% load url from future %} {% block content_news %}
{% block news_title %}

{{ news.title }}

{% endblock %} {% if news.key_visual_id %}

{% endif %}
{{ news.lead_in|safe }}
{% render_placeholder news.content %}

{% trans "Back" %}

{% endblock %}