morning changes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{% extends '@novaconium/master.html.twig' %}
|
||||
{% extends '@novaconium/cp/control-panel.html.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<h1>{{title}}</h1>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends '@novaconium/master.html.twig' %}
|
||||
{% extends '@novaconium/cp/control-panel.html.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<h2>Edit Page - {{ title }}</h2>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends '@novaconium/master.html.twig' %}
|
||||
{% extends '@novaconium/cp/control-panel.html.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<h1>{{title}}</h1>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends '@novaconium/master.html.twig' %}
|
||||
{% extends '@novaconium/cp/control-panel.html.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<h1>{{title}}</h1>
|
||||
|
||||
6
views/settings.html.twig
Normal file
6
views/settings.html.twig
Normal file
@@ -0,0 +1,6 @@
|
||||
{% extends '@novaconium/cp/control-panel.html.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<h1>{{title}}</h1>
|
||||
<p>Settings will go here.</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user