{% extends "layouts/admin.twig" %} {% block title %}{{ fileName }} - {{ ta.admin_title|default('CodePress Admin') }}{% endblock %} {% block extra_css %} {% include 'pages/_editor-styles.twig' %} {% endblock %} {% block content %}

{{ fileName }}

{{ fileName }}

{% if isEditable %}
{% if availablePlugins is not empty %}
{% for plugin in availablePlugins %}
{% endfor %}
{% endif %} {% endif %}
{% if isEditable and (currentCreated or currentEdited) %}
{% endif %} {% if isEditable %}
{% endif %}
{% if isEditable %} {{ ta.preview|default('Preview') }} {% endif %} {{ ta.back|default('Terug') }}
{% endblock %}