2016-08-19 09:19:06 +02:00
|
|
|
| {% extends 'layout.html' %}
|
|
|
|
| {% set title = 'home' %}
|
|
|
|
|
|
|
|
| {% block page_title %}
|
|
|
|
| {{current_user.full_name}}
|
|
|
|
| {% endblock %}
|
|
|
|
|
|
|
|
| {% block body %}
|
2018-09-06 12:51:58 +02:00
|
|
|
.p-5.text-center
|
|
|
|
h2 Home Layout
|
|
|
|
p.lead.
|
|
|
|
See Blender Cloud for reference.
|
2016-08-19 09:19:06 +02:00
|
|
|
|
2018-09-06 12:51:58 +02:00
|
|
|
| {% block currenttab %}{% endblock currenttab %}
|
2016-08-19 09:19:06 +02:00
|
|
|
| {% endblock %}
|