package indexView import ( "github.com/fossyy/filekeeper/view/layout" ) templ content(title string) { @layout.Base(title){

Your files, always within reach.

Store, access, and share your files from anywhere. We offer secure and reliable file storage, so you can focus on what matters most.

Secure encryption to protect your data
Easy file sharing with customizable permissions
Unlimited storage capacity for your files
Seamless collaboration with built-in productivity tools
} } templ Main(title string) { @content(title) }