Template parsing
This commit is contained in:
@ -1,2 +1,6 @@
|
||||
h1 {{.Title.Romaji}}
|
||||
p {{.Description}}
|
||||
h1 {{ Title.Romaji }}
|
||||
p {{ Description }}
|
||||
if ID
|
||||
p {{ ID }}
|
||||
else
|
||||
p Undefined.
|
Reference in New Issue
Block a user