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 Files</a> ~
|
|
|
|
<a href="/api">API Documentation</a>
|
|
|
|
</div>
|
|
|
|
{{end}}
|