{% extends 'base.html' %} {% load static %} {% block title %}Welcome to SPOT{% endblock %} {% block content %}

Welcome to SPOT

Smart Parking Organisation Tool


Effortlessly manage parking spaces, logs, and payments with our intuitive system.

Learn More
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endblock %}