From 7cd921c74d03c2bfe50a326d97bac947660b1b30 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 19 Sep 2012 18:41:30 +0200 Subject: add basic bootstrap styling --- templates/base.html | 45 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 43 insertions(+), 2 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index c455815..8066063 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,6 +3,47 @@ bommom -{{ end }} -{{ define "FOOTER" }} + + + + +

+ +
+
+{{ end }} +{{ define "FOOTER" }} +
+
+ {{ end }} + +{{ define "BOM_INFO" }} +
+
+
Owner:
{{ .BomMeta.Owner }}
+ {{ if .BomMeta.Homepage }}
Homepage: {{ .BomMeta.Homepage }}{{ end }} + {{ if .BomMeta.Description }}
Description:
{{ .BomMeta.Description }}
{{ end }} +
Version:
{{ .BomMeta.HeadVersion }} (at head)
+
Created:
{{ .Bom.Created }}
+ {{ if .Bom.Progeny}}
Source:
{{ .Bom.Progeny }}
{{ end }} +
+
+{{end}} + -- cgit v1.2.3