partials handling
This commit is contained in:
9
example/templates/partials/header.html
Normal file
9
example/templates/partials/header.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<header style="background-color: lightgrey; padding: 20px;">
|
||||
<div><img src="../assets/img/logo.png" style="max-width: 80%; margin-bottom: 20px;"></div>
|
||||
<div><b>main Level 1</b></div>
|
||||
<ul>
|
||||
{{#each NavMap.de.SubMap.main.SubSlice }}
|
||||
<li><a href="{{ GoTo }}">{{ Navname }}</a></li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
</header>
|
||||
Reference in New Issue
Block a user