mark2web/example/templates/partials/footer.html

9 lines
267 B
HTML
Raw Normal View History

2019-02-13 12:21:20 +01:00
<footer>
2019-02-12 19:36:11 +01:00
<div><b>service Level 1</b></div>
<ul>
{{#each NavMap.de.SubMap.service.SubSlice }}
<li><a href="{{ GoTo }}">{{ Navname }}</a></li>
{{/each}}
</ul>
</footer>