You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
whooshy/views/index.pug

12 lines
256 B
Plaintext

extends layout
block content
div(id='content')
div(id='info')
h1= title
p Welcome to #{title}
a(href=contact) Contact
button(id='bingo-button' onclick='window.location.href="/bingo"') Bingo
include includes/info-container