Jade templates engine has been renamed to Pug. We are using Pug already on the Blender Cloud repository, following is Flamenco and Attract
9 lines
163 B
Plaintext
9 lines
163 B
Plaintext
| {% extends 'layout.html' %}
|
|
|
|
| {% set title = 'homepage' %}
|
|
|
|
| {% block body %}
|
|
h1 Welcome to Pillar!
|
|
p Get started on pillarframework.org
|
|
| {% endblock body %}
|