12 lines
260 B
Twig
12 lines
260 B
Twig
<!--
|
|
What goes very last on the page.
|
|
right before the /body
|
|
like javascript
|
|
or analytics
|
|
-->
|
|
{% include '@novaconium/javascript/page-edit.html.twig' %}
|
|
|
|
{% if editor == 'ace' %}
|
|
{% include '@novaconium/javascript/ace.html.twig' %}
|
|
{% endif %}
|