mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-15 09:33:30 +00:00
8 lines
140 B
HTML
8 lines
140 B
HTML
<nav>
|
|
<ul class="tabs">
|
|
{{ range .Sections }}
|
|
<li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
|
|
{{ end }}
|
|
</ul>
|
|
</nav>
|