{% extends 'base.html' %} {% block title %}Booking{% endblock %} {% block content %}

Book {{ listing.title }}

{% if error %}
{{ error }}
{% endif %}
{% endblock %}