From d56d0ba19a1fafd64f49bb9cab06da66d89046bc Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Wed, 7 Dec 2022 21:30:10 -0500 Subject: [PATCH] Added styles --- views/index.html | 6 +++++- views/layout/layout.html | 7 ++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/views/index.html b/views/index.html index eeaa229..fec188a 100644 --- a/views/index.html +++ b/views/index.html @@ -3,5 +3,9 @@ {{ define "title" }}Dashboard{{ end }} {{ define "content" }} -

This is a test.

+
+
+

This is a test.

+
+
{{ end }} diff --git a/views/layout/layout.html b/views/layout/layout.html index cb3fb75..efe9d30 100644 --- a/views/layout/layout.html +++ b/views/layout/layout.html @@ -6,11 +6,16 @@ {{ block "title" . }}{{ end }} | Raven + + + {{ template "navbar" . }} - {{ block "content" . }}{{ end }} +
+ {{ block "content" . }}{{ end }} +
{{ end }}