Anime character refresh

This commit is contained in:
2017-07-13 08:23:20 +02:00
parent db4d362fb3
commit d6155bf3a1
9 changed files with 54 additions and 9 deletions

View File

@ -0,0 +1,5 @@
component CharacterDetails(character *arn.Character)
h1= character.Name
p
img(src=character.Image, alt=character.Name)
p= character.Description