The frontend/UI server, written in JS using the MarkoJS library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
374 B

  1. <compact-list>
  2. <compact-list-item for(character in input.characters) key=character.id id=character.id>
  3. <character data=character
  4. user=input.user
  5. on-removed("emit", "removed", character)
  6. on-edited("emit", "edited", character)
  7. on-nicks("emit", "nicks", character)
  8. />
  9. </compact-list-item>
  10. </compact-list>