{% extends "cone_base.html" %} {% block title %}Content info{% endblock %} {% block content %}

Configuration content files


{% for entry in data.content_data %} {% endfor %}
Content file Actual files (used one last)
{{ entry.file }} {%- for file in entry.actual_files -%} {{file}}
{%- endfor -%}
{% endblock %}