{% extends "base.html" %} {% block title %}Serverless Store: Checkout{% endblock %} {% block head_extension %} {% endblock %} {% block content %}

Join the marketplace

It's easy to make a listing. Add an image and some description, we'll handle the rest for you.

{{ form.csrf_token }}

A picture is worth a thousand words. So they say.

{% include "parts/sell_image_uploader.html" %}
{% include "parts/sell_info_form.html" %} {% endblock %}