{{ partial "header.html" . -}}

> curl {{ .Site.Title }} -v
* Trying 127.0.0.1:80...
* Connected to {{ .Site.Title }} (127.0.0.1) port 80 (#0)
> GET / HTTP 1.1
> Host: based.quest
> User-Agent: curl/b.45.3d
> Accept */*
>

< HTTP/1.1 200 OK
< Server: nginx
< Date: Right now o'clock
< Content-Type: base/based
< Last-Modified: Doesn't need to be modified, is perfect as-is.
< Connection: keep-alive

based

{{ partial "links.html" }}

Tags: {{ range $name, $taxonomy := .Site.Taxonomies.tags }}{{ $name }} {{ end }}

{{ range .Pages.GroupBy "Section" "desc"}} {{ with $.Site.GetPage "section" .Key }}

{{ .Title }}

{{ end }} {{ end }} {{ partial "tags.html" . }} {{ partial "footer.html" . }}