package components import "github.com/ekzyis/echo-htmx-templ-tailwindcss/lib" templ Figlet(font string, text string) {
				{ lib.Figlet(font, text) }
			
}