{% extends "admin_base.html" %} {% block title %}URL Settings{% endblock %} {% block content %}
{% if flash.info is defined %} {{ flash.info.0|raw }} {% endif %}

URL Settings

Trailing Slashes Required

The URL corresponding to your main website, not necessarily this PufferPanel installation.

The URL corresponding to this PufferPanel installation.

{% endblock %} {% block javascript %}{% endblock %}