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
This commit is contained in:
8
src/templates/homepage.pug
Normal file
8
src/templates/homepage.pug
Normal file
@@ -0,0 +1,8 @@
|
||||
| {% extends 'layout.html' %}
|
||||
|
||||
| {% set title = 'homepage' %}
|
||||
|
||||
| {% block body %}
|
||||
h1 Welcome to Pillar!
|
||||
p Get started on pillarframework.org
|
||||
| {% endblock body %}
|
Reference in New Issue
Block a user