mirror of
https://gitlab.com/insurgentuo/defiance.git
synced 2025-04-04 15:04:43 +00:00
10 lines
No EOL
197 B
HTML
10 lines
No EOL
197 B
HTML
<div>
|
|
<nav>
|
|
{{ range .Site.Menus.main }}
|
|
<a href="{{ .URL }}">
|
|
{{ $text := print .Name | safeHTML }}
|
|
{{ $text }}
|
|
</a>
|
|
{{ end }}
|
|
</nav>
|
|
</div> |