Template parsing

This commit is contained in:
2016-10-22 14:34:33 +09:00
parent fb4dba31bc
commit d8f76c01d0
2 changed files with 42 additions and 4 deletions

View File

@ -1,2 +1,6 @@
h1 {{.Title.Romaji}}
p {{.Description}}
h1 {{ Title.Romaji }}
p {{ Description }}
if ID
p {{ ID }}
else
p Undefined.