package views import "github.com/dominicf2001/comfychan/web/views/shared" templ Index() { @shared.Layout("Comfychan") {

Welcome to Comfychan

Comfychan is place to share comfy images and videos.

} }