Files
fnx_web/res/template/fragments/menu.html

7 lines
201 B
HTML
Raw Normal View History

2017-11-10 12:39:55 +01:00
{{define "menu"}}
2018-01-07 21:42:19 +01:00
<div class="highlight_light border-top border-bottom menu">
2017-11-10 12:39:55 +01:00
<a href="/">Home</a> ~
<a href="/history">My&nbsp;Files</a> ~
<a href="/api">API&nbsp;Documentation</a>
</div>
{{end}}