morning changes

This commit is contained in:
2025-12-15 06:14:07 -08:00
parent 934e134941
commit 7b064eb6da
27 changed files with 127 additions and 21 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{% extends '@novaconium/master.html.twig' %}
{% extends '@novaconium/cp/control-panel.html.twig' %}
{% block content %}
<h1>{{title}}</h1>
+1 -1
View File
@@ -1,4 +1,4 @@
{% extends '@novaconium/master.html.twig' %}
{% extends '@novaconium/cp/control-panel.html.twig' %}
{% block content %}
<h2>Edit Page - {{ title }}</h2>
+1 -1
View File
@@ -1,4 +1,4 @@
{% extends '@novaconium/master.html.twig' %}
{% extends '@novaconium/cp/control-panel.html.twig' %}
{% block content %}
<h1>{{title}}</h1>
+1 -1
View File
@@ -1,4 +1,4 @@
{% extends '@novaconium/master.html.twig' %}
{% extends '@novaconium/cp/control-panel.html.twig' %}
{% block content %}
<h1>{{title}}</h1>
+6
View File
@@ -0,0 +1,6 @@
{% extends '@novaconium/cp/control-panel.html.twig' %}
{% block content %}
<h1>{{title}}</h1>
<p>Settings will go here.</p>
{% endblock %}