mark2web/example/templates/partials/footer.html

9 lines
351 B
HTML
Raw Normal View History

2019-02-13 13:14:16 +01:00
<footer class="nav">
2019-02-12 19:36:11 +01:00
<div><b>service Level 1</b></div>
<ul>
{{#each NavMap.de.SubMap.service.SubSlice }}
2019-02-13 19:50:26 +01:00
<li {{#if Active }}class="active"{{/if }}><a href="{{ GoTo }}" title="{{ This.Data.hoverText }}">{{ Navname }}</a></li>
2019-02-12 19:36:11 +01:00
{{/each}}
</ul>
</footer>