{% extends "lfc/base.html" %} {% load portlets_tags %} {% block section %}article{% endblock %} {% block content %} {% if lfc_context.display_title %}

{{ lfc_context.title }}

{% endif %}
{% if image %} {{ image.image.title }} {% endif %}
{{ lfc_context.text|safe }}
{% endblock %}