{% extends "base.html" %} {# Set the page title #} {% block title %}{{ super() }} - Install New Server{% endblock %} {# Add page-specific JS to the head #} {% block head_scripts %} {# Keep if triggerInstallServer is here #} {% endblock %} {# Main content for this page #} {% block content %} {# Page Heading #}