{% 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>