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.
14 lines
311 B
HTML
14 lines
311 B
HTML
|
|
<!--
|
|
<div class="icon">
|
|
<img src="{{system.icon}}">
|
|
</div>
|
|
|
|
<div>
|
|
<div class="title">{{layout.header.title}}</div>
|
|
<div class="subtitle">{{layout.header.subtitle}}</div>
|
|
</div>
|
|
-->
|
|
|
|
<div id="header"><img src="{{system.icon}}" alt=""></div>
|
|
<nav><ul id="menu">{%include "menu.html" %}</ul></nav> |