Files
fnx_web/res/template/fragments/menu.html
2018-01-07 21:42:19 +01:00

7 lines
201 B
HTML

{{define "menu"}}
<div class="highlight_light border-top border-bottom menu">
<a href="/">Home</a> ~
<a href="/history">My&nbsp;Files</a> ~
<a href="/api">API&nbsp;Documentation</a>
</div>
{{end}}