Create layout.html

This commit is contained in:
s441433 2018-12-10 15:52:27 +01:00
parent bf22022806
commit aafe9dc9b5

10
layout.html Normal file
View File

@ -0,0 +1,10 @@
< h1 > {{. PageTitle}} < h1 >
< ul >
{{range .Todos}}
{{if .Done}}
< li class = "done" > {{. Title}} </ li >
{{jeszcze}}
< li > {{. Tytuł}} </ li >
{{koniec}}
{{koniec}}
</ ul >