{{define "content"}} {{if .Data.Tabs}}

The following incredible projects make developing advanced, modern frontends possible and simple without having to write a single line of JS or CSS. You can go extremely far without leaving the comfort of Go with server-side rendered HTML.

{{range $index, $tab := .Data.Tabs}}

{{.Body}}

{{end}}
{{end}} {{if .Data.ShowCacheWarning}}

Warning

This route has caching enabled so hot-reloading in the local environment will not work. Check the Redis cache for a key matching the URL path.
{{end}} {{end}}