Files
timelapse_backend/views/index.pug
2020-10-04 08:06:00 -05:00

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')