server(
  host="localhost"
  port=8080
)
form(class="login", method="post"
  fieldset(
    legend("Account")
    label(for="user", "Username")
    input(name="user", type="text", required)
    button(type="submit", disabled, "Sign in")
  )
)
theme(
  colors=[ "azure", "chrome" ]
  dark=true
)
Markµp v0.1
Specification Library Playground Demos
Spec Lib Play Demo
ESC