partials handling
This commit is contained in:
8
example/templates/partials/footer.html
Normal file
8
example/templates/partials/footer.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<footer style="background-color: lightgrey; padding: 20px;">
|
||||
<div><b>service Level 1</b></div>
|
||||
<ul>
|
||||
{{#each NavMap.de.SubMap.service.SubSlice }}
|
||||
<li><a href="{{ GoTo }}">{{ Navname }}</a></li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user