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

Welcome to QuickScale!

Your fast track to launching a SaaS application with Django.

{% if not user.is_authenticated %} {% endif %}
{# TODO: Add more sections like features, testimonials, etc. #} {% endblock %}