{% extends '@novaconium/master.html.twig' %} {% block content %}

Edit Page - {{ title }}

Last Updated: {{ rows.updated|date("Y-m-d H:i:s") }}, Created: {{ rows.created|date("Y-m-d H:i:s") }}
{% include '@novacore/editpage/tab-main.html.twig' %}
{% include '@novacore/editpage/tab-metadata.html.twig' %}
{% include '@novacore/editpage/tab-other.html.twig' %}
{% include '@novacore/editpage/tab-tweaks.html.twig' %}
{% include '@novacore/editpage/tab-notes.html.twig' %}
{% include '@novacore/editpage/tab-tags.html.twig' %}
{% endblock %}