Create layout.html
This commit is contained in:
parent
bf22022806
commit
aafe9dc9b5
10
layout.html
Normal file
10
layout.html
Normal 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 >
|
Loading…
Reference in New Issue
Block a user