From 369d2c3e395903f6aff1d1869a81290d8bc994fa Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Sat, 14 Oct 2017 16:04:26 +0200 Subject: Initial commit --- data/templates/main.html | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 data/templates/main.html (limited to 'data/templates/main.html') diff --git a/data/templates/main.html b/data/templates/main.html new file mode 100644 index 0000000..73da434 --- /dev/null +++ b/data/templates/main.html @@ -0,0 +1,40 @@ +{{define "Projectlist"}} + +{{end}} + + + + + + + {{ if .Title }}{{ .Title }} — {{ end }}code.laria.me + {{ if .Description }}{{ end }} + {{ if .Tags }}{{ end }} + + + + +
+

code.laria.me

+
+ {{block "content" .}} +

List of projects

+ {{template "Projectlist" .Projects}} + +

Tags

+ + {{end}} + + + -- cgit v1.2.3-54-g00ecf