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
319 B

6 years ago
6 years ago
  1. <include("../layout", {title: "Logs", site: "logs"})>
  2. <@body>
  3. <page logs=input.logs
  4. filter=input.filter
  5. characters=input.characters
  6. channels=input.channels
  7. eventNames=input.eventNames
  8. user=input.user
  9. selected=input.selected />
  10. </@body>
  11. </include>