10 lines
187 B
Plaintext
10 lines
187 B
Plaintext
extends layout
|
|
|
|
block content
|
|
h1= title
|
|
p Welcome to #{title}
|
|
form(action="download" method="get")
|
|
label(for="url")
|
|
input(name="url" type="text")
|
|
input(type="submit")
|