7 lines
174 B
Plaintext
Raw Normal View History

2017-07-13 06:23:20 +00:00
component CharacterDetails(character *arn.Character)
h1= character.Name
2017-07-19 01:36:55 +00:00
2017-07-13 06:23:20 +00:00
p
img(src=character.Image, alt=character.Name)
2017-07-19 01:36:55 +00:00
p.character-description= character.Description