From c48bd9e356f16fcf8c14f7c6e34aec2469fe51bb Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sun, 30 Apr 2017 02:37:29 +0200 Subject: Use Semantic UI for all HTML templates --- templates/header.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'templates/header.html') diff --git a/templates/header.html b/templates/header.html index 814e845..69ba7d2 100644 --- a/templates/header.html +++ b/templates/header.html @@ -2,7 +2,7 @@ - {{ block "pagetitle" . }}CAcert Board Decisions{{ if .PageTitle }} - {{ .PageTitle }}{{ end }}{{ end }} + {{ block "pagetitle" . }}CAcert Board Decisions{{ end }}{{ if .PageTitle }} - {{ .PageTitle }}{{ end }} @@ -12,14 +12,14 @@

{{ template "pagetitle" . }}

{{ with .Flashes }} -
- -
- {{ range . }} -
{{ . }}
- {{ end }} +
+ +
+ {{ range . }} +
{{ . }}
+ {{ end }} +
-
{{ end }}
-- cgit v1.2.1