tabs and draft working

This commit is contained in:
2026-01-26 21:55:22 -08:00
parent 14ec6b7e7a
commit 9feccf9eaa
3 changed files with 16 additions and 6 deletions

View File

@@ -29,9 +29,11 @@
</footer>
{% if editor == 'ace' %}
{% include '@novaconium/javascript/ace.html.twig' %}
{% include '@novaconium/javascript/page-edit.html.twig' %}
{% include '@novaconium/javascript/ace.html.twig' %}
{% endif %}
{% if debug is not empty %}
<div id="debug">
<h2>Debugging Information</h2>

View File

@@ -3,8 +3,3 @@
right before the /body
such as javascript
-->
{% include '@novaconium/javascript/page-edit.html.twig' %}
{% if editor == 'ace' %}
{% include '@novaconium/javascript/ace.html.twig' %}
{% endif %}