{# Extends the base layout template #} {% extends "base.html" %} {# --- Page Title Block --- #} {% block title %}{{ super() }} - Configure Properties: {{ server_name }}{% endblock %} {# --- Head Scripts Block --- #} {% block head_scripts %} {% endblock %} {# --- Main Content Block --- #} {% block content %}

Configure Server Properties

Server: {{ server_name }} {% if new_install %}
(Step 1 of 4 for New Installation) {% endif %}

{# --- Status & Validation Message Areas --- #}
{# --- Loading Indicator --- #}

Loading server properties...

{# --- Properties Configuration Section (Initially hidden) --- #} {% endblock %} {# --- Body Scripts Block --- #} {% block body_scripts %} {% endblock %}