diff --git a/web/base.templ b/web/base.templ index 748e900..de69861 100644 --- a/web/base.templ +++ b/web/base.templ @@ -2,6 +2,8 @@ package web import "strings" +import "git.arav.su/Arav/dwelling-home/internal/version" + templ base(title, description, keywords, canonical string, head templ.Component) { @@ -64,7 +66,7 @@ templ base(title, description, keywords, canonical string, head templ.Component)