package views import "templ-test/views/components/bootstrap" templ Home() { @Testing("Home", true) {

this should be above the alert

@bootstrap.BootstrapAlert("Testing!", bootstrap.VariantDark)

you should now see this under the Alert

@bootstrap.BootstrapButton("I am in danger", bootstrap.VariantDanger) @bootstrap.BootstrapButton("I am the darkness", bootstrap.VariantDark) } } templ List() { @Testing("Lists", true) { } }