% if not_found:

404 Not found

(╯°□°)╯︵ ┻━┻

% end % if bad_mime_type:

415 Bad file MIME type

(´•ω•̥`)

% end

or upload images via cURL:

curl -F 'image=@/path/to/image.jpg' {{ base_url }}
% if uploaded:
{{ image_url }}

- - -

% end

v1.1