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

{{ lfc_context.title }}

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