<h3>Sections</h3>

{{ range .Sections.ByWeight }}
    <li>
        <a href="{{ .RelPermalink }}">
            {{ with .Title }}
	    {{- . -}}
	    {{ else }}
	    {{- .Section -}}
	    {{ end }}
        </a>
	{{ with .Description }}
	 -- {{.}}
	{{ end }}
    </li>
{{ end }}