From ce9e0e71d23c51b8bdb6ad10ca40f2b34a9be41c Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 23 Dec 2024 22:48:53 +0400 Subject: [PATCH] add css to base.html --- templates/base.html | 3 ++- templates/index.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index f289824..3349d11 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,8 +2,9 @@ void + {{block "body" $}}{{end}} - \ No newline at end of file + diff --git a/templates/index.html b/templates/index.html index f1f37f6..db9f571 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,4 +2,4 @@ {{define "body"}}

test

hi, hello

-{{end}} \ No newline at end of file +{{end}}