9 lines
218 B
Plaintext
9 lines
218 B
Plaintext
extends layout
|
|
|
|
block content
|
|
h1= title
|
|
p Welcome to #{title}
|
|
form(action='/upload' enctype='multipart/form-data' method='POST')
|
|
input(type='file' name='photo')
|
|
input(type='submit' value='Upload a file')
|