{% extends 'superuser/base_superuser.html' %} {% block workspace %}
{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}
{% csrf_token %}

Platform Logo Settings

{% if settings.logo %}
Platform Logo
{% endif %}
Recommended size: Square (e.g. 512x512px) in PNG format.

Hero Section Content


Home Page Features


Contact Information


Pricing Plans

Basic Plan

Professional Plan

Enterprise Plan

{% endblock %}