Small Bree based job runner + gui
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

_layout.pug 355B

12345678910111213
  1. doctype html
  2. html(lang='en')
  3. head
  4. title Client test
  5. script(src="https://unpkg.com/htmx.org@1.8.0" integrity="sha384-cZuAZ+ZbwkNRnrKi05G/fjBX+azI9DNOkNYysZ0I/X5ZFgsmMiBXgDZof30F5ofc" crossorigin="anonymous")
  6. body
  7. header
  8. block header
  9. main
  10. block content
  11. footer
  12. block footer