{{define "content"}}

Welcome to {{.SiteName}}

Your gateway to decentralized knowledge and community-driven content.

{{if .FeedItems}}
{{template "feed" .}}
{{end}}

Explore Our Content

{{icon "book-open"}} Project Wiki

Browse our comprehensive wiki documentation and GitCitadel project information.

{{icon "file-text"}} Project Blog

{{if .NewestBlogItem}}
{{$item := .NewestBlogItem}} {{if $item.Image}}
{{$item.Title}}

{{$item.Title}}

{{if $item.Summary}}

{{truncate $item.Summary 250}}

{{end}}
{{else}} {{$profile := index $.Profiles $item.Author}} {{if $profile.Picture}}
{{$item.Title}}

{{$item.Title}}

{{if $item.Summary}}

{{truncate $item.Summary 250}}

{{end}}
{{end}} {{end}}
{{end}}

Read the latest articles and updates from the GitCitadel project blog.

{{icon "arrow-right"}} View Blog

{{icon "file-text"}} Articles

{{if .NewestArticleItem}}
{{$item := .NewestArticleItem}} {{if $item.Image}}
{{$item.Title}}

{{$item.Title}}

{{if $item.Summary}}

{{truncate $item.Summary 250}}

{{end}}
{{else}} {{$profile := index $.Profiles $item.Author}} {{if $profile.Picture}}
{{$item.Title}}

{{$item.Title}}

{{if $item.Summary}}

{{truncate $item.Summary 250}}

{{end}}
{{end}} {{end}}
{{end}}

Longform markdown articles from the TheForest relay.

{{icon "arrow-right"}} View Articles

{{icon "book"}} E-Books

Discover and download e-books from the decentralized #Alexandria library.

{{icon "arrow-right"}} View E-Books

{{icon "mail"}} Contact

Have a question, suggestion, or want to report an issue? Get in touch with us.

{{icon "arrow-right"}} Contact Us
{{end}} {{/* Feed is defined in components.html */}}