11 lines
207 B
Plaintext
Raw Permalink Normal View History

2022-01-07 16:09:50 +01:00
extends layout
block content
form(action="/data" method="GET" )
input(type="text" name="url")
input(type="submit", value="GO" name="goBtn")
h1= title
p Welcome to #{title}
div!= dataRaw