7 lines
174 B
Plaintext
Raw Normal View History

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