{# 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 %}
Server: {{ server_name }}
{% if new_install %}
(Step 1 of 4 for New Installation)
{% endif %}
Loading server properties...