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

{{$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 TheForest relay.

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

{{icon "rss"}} Feed

Browse recent notes and updates from TheForest 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
{{if .AllArticleItems}}

All Articles

{{range .AllArticleItems}}
{{$item := .}} {{$profile := index $.Profiles $item.Author}} {{$image := "/static/GitCitadel_Icon_Gradient.svg"}} {{if and $item.Image (ne $item.Image "")}} {{$image = $item.Image}} {{else if and $profile $profile.Picture (ne $profile.Picture "")}} {{$image = $profile.Picture}} {{end}}
{{$item.Title}}

{{$item.Title}}

{{if $item.Summary}}

{{truncate $item.Summary 250}}

{{end}}

{{$item.Title}}

{{if $item.Summary}}

{{truncate $item.Summary 150}}

{{end}} {{icon "arrow-right"}} Read Article
{{end}}
{{end}} {{if .AllEBooks}}

All E-Books

{{range .AllEBooks}}
{{$ebook := .}} {{$profile := index $.Profiles $ebook.Author}} {{$image := "/static/GitCitadel_Icon_Gradient.svg"}} {{if and $ebook.Image (ne $ebook.Image "")}} {{$image = $ebook.Image}} {{else if and $profile $profile.Picture (ne $profile.Picture "")}} {{$image = $profile.Picture}} {{end}}
{{$ebook.Title}}

{{$ebook.Title}}

{{if $ebook.Summary}}

{{truncate $ebook.Summary 250}}

{{end}}

{{$ebook.Title}}

{{if $ebook.Summary}}

{{truncate $ebook.Summary 150}}

{{end}} {{icon "external-link"}} View on Alexandria
{{end}}
{{end}}
{{end}} {{/* Feed is defined in components.html */}}