{% if layout.header.logo == True %}
<img src="{{system.context}}/static/img/{{system.logo}}">
{% endif %}
<div>
<div class="title">{{layout.header.title}}</div>
<div class="subtitle">{{layout.header.subtitle}}</div>
</div>