package ui import "github.com/fserg/md-to-html/internal/version" templ Layout(title string) { { title }
{ children... }
}