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

{{ lfc_object.title }}

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