pillar/src/templates/projects/home_index.pug
Pablo Vazquez 858a75af8d Pug: Move project home templates to blender-cloud
These are super hard-coded to the Cloud anyway.
2018-09-06 12:51:58 +02:00

9 lines
163 B
Plaintext

| {% extends 'projects/home_layout.html' %}
| {% block currenttab %}
.p-5.text-center
h2 Home Index
p.lead.
See Blender Cloud for reference.
| {% endblock %}