Files
pillar/src/templates/nodes/edit.jade
Francesco Siddi 2c5dc34ea2 Introducing Pillar Framework
Refactor of pillar-server and pillar-web into a single python package. This
simplifies the overall architecture of pillar applications.

Special thanks @sybren and @venomgfx
2016-08-19 09:19:06 +02:00

12 lines
245 B
Plaintext

| {% extends 'layout.html' %}
| {% block body %}
div.container
div.page-content
| {% include 'nodes/edit_embed.html' %}
| {% endblock %}
| {% block footer_scripts %}
| {% include '_macros/_file_uploader_javascript.html' %}
| {% endblock %}