mirror of http://localhost:9400/cloud/cms
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.
7 lines
226 B
HTML
7 lines
226 B
HTML
2 years ago
|
{% 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>
|