{% 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 %} View Our Plans {% endif %} {# TODO: Add more sections like features, testimonials, etc. #} {% endblock %}
Welcome to QuickScale!
Your fast track to launching a SaaS application with Django.