package components templ Button(text string) { } templ Main() { a title @Button("meep") }