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.

11 lines
319 B

extends template_70s
block content
.container#home
.inner(style='max-width: 40vw; margin-top: 50px')
h3 !{title}
p !{message}
if buttonAction
form(action=buttonAction method=(buttonMethod || 'get'))
button #{buttonText || 'Continue'}