avatar/templates/header.html

7 lines
226 B
HTML
Raw Normal View History

2022-10-18 20:34:17 +00:00
{% if layout.header.logo == True %}
<img src="{{context}}/static/img/{{system.logo}}">
{% endif %}
<div>
<div class="title">{{layout.header.title}}</div>
<div>{{layout.header.subtitle}}</div>
</div>