You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cms/templates/header.html

8 lines
255 B
HTML

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