{% load i18n %} {% load lfc_tags %}
{{ core_data|safe }}
{% if meta_data %}
{{ meta_data|safe }}
{% endif %} {% if seo_data %}
{{ seo_data|safe }}
{% endif %} {% if images %}
{{ images }}
{% endif %} {% if files %}
{{ files }}
{% endif %} {% if comments %}
{{ comments }}
{% endif %} {% for tab in tabs %}
{{ tab.content }}
{% endfor %}