{{define "content"}}

Welcome to {{.SiteName}}

Your gateway to decentralized knowledge and community-driven content.

Explore Our Content

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

Browse our comprehensive wiki documentation and GitCitadel project information.

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

{{$image := "/static/GitCitadel_Icon_Gradient.svg"}} {{$title := "Project Blog"}} {{$summary := ""}} {{if .NewestBlogItem}} {{$item := .NewestBlogItem}} {{$profile := index $.Profiles $item.Author}} {{$title = $item.Title}} {{if $item.Summary}} {{$summary = $item.Summary}} {{end}} {{if and $item.Image (ne $item.Image "")}} {{$image = $item.Image}} {{else if and $profile $profile.Picture (ne $profile.Picture "")}} {{$image = $profile.Picture}} {{end}} {{end}}
{{$title}}

{{$title}}

{{if $summary}}

{{truncate $summary 250}}

{{end}}

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

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

{{icon "file-text"}} Articles

{{$image := "/static/GitCitadel_Icon_Gradient.svg"}} {{$title := "Articles"}} {{$summary := ""}} {{if .NewestArticleItem}} {{$item := .NewestArticleItem}} {{$profile := index $.Profiles $item.Author}} {{$title = $item.Title}} {{if $item.Summary}} {{$summary = $item.Summary}} {{end}} {{if and $item.Image (ne $item.Image "")}} {{$image = $item.Image}} {{else if and $profile $profile.Picture (ne $profile.Picture "")}} {{$image = $profile.Picture}} {{end}} {{end}}
{{$title}}

{{$title}}

{{if $summary}}

{{truncate $summary 250}}

{{end}}

Longform markdown articles from the The Forest relay.

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

{{icon "rss"}} Feed

Browse recent notes and updates from The Forest relay.

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

{{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}}