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

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

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

{{icon "file-text"}} Articles

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 */}}