From 251ecd94d4bc5b7eec1ec7652f8b38bc6f8ad623 Mon Sep 17 00:00:00 2001 From: Aleksandr Trushkin Date: Sun, 3 Mar 2024 09:34:17 +0300 Subject: [PATCH] minor fixes --- htmlexamples/courses.html | 65 ------------------- .../kurious/ports/http/bootstrap/core.templ | 52 ++++++++++----- 2 files changed, 37 insertions(+), 80 deletions(-) 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) {