Files
pillar/src/templates/nodes/edit.pug

18 lines
321 B
Plaintext

| {% extends 'projects/view.html' %}
| {% block body %}
#project-container.container.is-sidebar-visible
div.page-content
| {% include 'nodes/edit_embed.html' %}
| {% endblock body %}
| {% block footer_scripts %}
| {{ super() }}
script.
$(function () {
updateUi('', 'edit');
});
| {% endblock footer_scripts %}