7 lines
210 B
Text
7 lines
210 B
Text
extend layout
|
|
block content
|
|
h1 Image Node
|
|
form(method="POST", action="/upload", enctype="multipart/form-data")
|
|
input.file_button(type="file", name="image", accept="image/*")
|
|
button(type="submit") Upload
|
|
|