diff --git a/htmlexamples/courses.html b/htmlexamples/courses.html index abcef18..ead9c22 100644 --- a/htmlexamples/courses.html +++ b/htmlexamples/courses.html @@ -126,71 +126,6 @@ -
-
- ... -
-
Card title with a long naming
-
- Open > - 500$ -
-
-
-
- -
-
- ... -
-
Card title with a long naming
-
- Open > - 500$ -
-
-
-
- -
-
- ... -
-
Card title with a long naming
-
- Open > - 500$ -
-
-
-
- -
-
- ... -
-
Card title with a long naming
-
- Open > - 500$ -
-
-
-
- -
-
- ... -
-
Card title with a long naming
-
- Open > - 500$ -
-
-
-
- diff --git a/internal/kurious/ports/http/bootstrap/core.templ b/internal/kurious/ports/http/bootstrap/core.templ index 0cfd587..993f702 100644 --- a/internal/kurious/ports/http/bootstrap/core.templ +++ b/internal/kurious/ports/http/bootstrap/core.templ @@ -1,8 +1,8 @@ package bootstrap -templ head() { +templ head(title string) { - Test page + { title } - + + } -templ navbar() { +templ navbar(active int) {