avatar/templates/header.html

7 lines
233 B
HTML
Raw Permalink Normal View History

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