Files
pillar/src/templates/nodes/edit.pug
Pablo Vazquez 811236cff4 Migrate Jade to Pug template engine
Jade templates engine has been renamed to Pug.

We are using Pug already on the Blender Cloud repository, following is Flamenco and Attract
2017-08-30 14:04:15 +02:00

18 lines
302 B
Plaintext

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