{% extends "base.html" %}
{# Set the page title #}
{% block title %}{{ super() }} - Install New Server{% endblock %}
{# Main content for this page #}
{% block content %}
{# Page Heading #}
Install New Bedrock Server
{# Area for JavaScript-driven status messages #}
{# Area for JavaScript-driven validation errors #}
{# Server-side flash messages handled by base.html #}
{% block head_scripts %}
{% endblock %}
{# No {# End .install-config-section #}
{% endblock %}