{{- template "page_header.html" .}}
{{.siteConfig.SiteName}}
{{.siteConfig.SiteSlogan}}

{{template "front_intro.html" .}}
Boards
{{- range $_, $section := .sections -}} {{if not $section.Hidden}}
  • {{$section.Name}}
  • {{range $_, $board := $.boards}} {{if and (eq $board.SectionID $section.ID) (ne $board.Dir $.siteConfig.Modboard)}}
  • /{{$board.Dir}}/ — {{$board.Title}}
  • {{end}} {{end}}
{{end}} {{end}}
{{- if gt .siteConfig.MaxRecentPosts 0}}
Recent Posts
{{- range $i, $post := $.recentPosts}}
{{if and (not $post.FileDeleted) (ne $post.Filename "") -}} post thumbnail
{{else}} {{- end}}
/{{$post.Board}}/
{{$post.MessageSample}}
{{end}}
{{end}}
{{template "page_footer.html" .}}