diff --git a/components/bulma/script.templ b/components/bulma/script.templ new file mode 100644 index 0000000..8c72096 --- /dev/null +++ b/components/bulma/script.templ @@ -0,0 +1,5 @@ +package bulma + +templ UseBulmaCdn() { + +} \ No newline at end of file diff --git a/internal/views/layout/header.templ b/internal/views/layout/header.templ index 942e76f..0da3df2 100644 --- a/internal/views/layout/header.templ +++ b/internal/views/layout/header.templ @@ -1,7 +1,9 @@ package layout +import "git.jamestombleson.com/jtom38/newsbot-portal/components/bulma" + templ header() { - + @bulma.UseBulmaCdn()