{% extends 'partials/base.html' %} {% load static %} {% block content %}
{% block title %} {% include 'partials/title.html' with title='Website Settings' text='Dashboard' textone='Settings' texttwo='Website Settings' %} {% endblock %}
{% block websitesidebar %} {% include 'pages/settings/website-settings/website-sidebar.html' %} {% endblock %}
Prefixes

Personalize your path and settings of your website

{% endblock %}