hanayo/templates/dev/menu.html

13 lines
318 B
HTML
Raw Normal View History

2019-02-23 13:29:15 +00:00
{{/*###
NoCompile=true
*/}}
{{ define "devSidebar" }}
<div class="four wide column">
<div class="ui fluid vertical menu">
{{ navbarItem .Path "Tokens" "/dev/tokens" }}
{{ navbarItem .Path "My Applications" "/dev/apps" }}
{{ navbarItem .Path "Documentation" "https://docs.ripple.moe" }}
</div>
</div>
{{ end }}