Small Bree based job runner + gui
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.
| 123456789101112 |
- extends ../layouts/_layout.pug
-
- block header
- h1 #{title}
-
- block content
- section.container
- p #{message}
- button(hx-post="/client/clicked" hx-swap="outerHTML") click
-
- block footer
- p footie
|