From e965fd3d03332893b97eeec513a1980eed35ebe6 Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Thu, 28 Nov 2019 11:17:06 +0100 Subject: [PATCH] improve render --- templates/index.tmpl | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/templates/index.tmpl b/templates/index.tmpl index b5f2457..350ccba 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -1,15 +1,17 @@ - + Foodoles written in Go - + + @@ -18,7 +20,7 @@

Pick Your Preferred Lunch's Food For Today


{{ range .Foods.Foods }} - + {{$cur := .Title}} {{ .Icon }} {{ range $.Votes.Votes }} @@ -41,4 +43,7 @@
+ \ No newline at end of file