{# Extends the base layout template #} {% extends "base.html" %} {# --- Page Title Block --- #} {% block title %}{{ super() }} - Monitor Server: {{ server_name }}{% endblock %} {# --- Main Content Block --- #} {% block content %} {# Main heading for the page #}
Server: {{ server_name }}
{# Section containing the monitor output #}Loading server status...{# --- Navigation Link --- #}