Files
pillar/src/templates/errors/403.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

5 lines
113 B
Plaintext

| {% extends "errors/layout.html" %}
| {% block body %}
| {% include "errors/403_embed.html" %}
| {% endblock %}