{{ define "main" }}
404

Page Not Found

The page you're looking for doesn't exist or has been moved.

{{ $recentPages := where .Site.RegularPages "Section" "in" (slice "blog" "projects") }} {{ $recentPages = first 3 $recentPages }} {{ if $recentPages }} {{ end }}
{{ end }}