mark2web/example/templates/partials/footer.html

9 lines
319 B
HTML
Raw Normal View History

2019-02-12 19:36:11 +01:00
<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>