Jade templates engine has been renamed to Pug. We are using Pug already on the Blender Cloud repository, following is Flamenco and Attract
5 lines
113 B
Plaintext
5 lines
113 B
Plaintext
| {% extends "errors/layout.html" %}
|
|
| {% block body %}
|
|
| {% include "errors/403_embed.html" %}
|
|
| {% endblock %}
|