{{ define "header" }} {{ .Title }} {{ end }} {{ define "top" }}{{ end }} {{ define "content" }}

{{ .Title }}

{{ .PreferredUsername }} is a federated image board based on activitypub. The current version of the code running the server is still a work in progress, expect a bumpy ride for the time being. Get the server code at https://github.com/FChannel0.

Local boards
{{ range .Boards }}
{{.Name}} - {{.PrefName}} {{ if not .Restricted }} [NSFW] {{ end }}
{{ end }} {{ range .BoardRemainer }}
{{ end }}
{{ if .NewsItems }} {{ end }}
{{ end }} {{ define "bottom" }}{{ end }} {{ define "script" }} {{ end }}