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.

10 lines
454 B

6 years ago
  1. <content-list>
  2. <content-list-item for(story in input.stories)
  3. icon=story.category.charAt(0)
  4. link=("/story/" + story.id)
  5. name=story.name
  6. createdDate=story.createdDate
  7. fictionalDate=story.fictionalDate
  8. updatedDate=story.updatedDate
  9. tags=story.tags
  10. author=story.author />
  11. </content-list>