{{ define "main" }}
{{ .Content }}
{{ $pages := shuffle (where site.RegularPages "Section" "tools") | first 20 }}

Try Something New

This list shows a selection of 20 random tools, refreshed every time this site is updated.

{{ range $pages }}

{{ .Title }} {{ if .Params.subtitle }} {{ .Params.subtitle }} {{ end }}

{{ .Content | plainify | truncate 100 }}

{{ .Title }}
{{ end }}
{{ if now }} {{ end }}
{{ end }}