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

{{ lfc_object.title }}

{% endif %}
{{ lfc_object.text|safe }}
{% endblock %}