{% extends 'base.html' %} {% block header %}

{% block title %}Sell items{% endblock %}

{% endblock %} {% block content %}
Sell Item
{% endblock %}