pillar/src/templates/projects/home_layout.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

16 lines
295 B
Plaintext

| {% extends 'layout.html' %}
| {% set title = 'home' %}
| {% block page_title %}
| {{current_user.full_name}}
| {% endblock %}
| {% block body %}
.p-5.text-center
h2 Home Layout
p.lead.
See Blender Cloud for reference.
| {% block currenttab %}{% endblock currenttab %}
| {% endblock %}