{% 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 #}

Install New Bedrock Server

{# Area for JavaScript-driven status messages #}
{# Area for JavaScript-driven validation errors #} {# Server-side flash messages handled by base.html #}
{# No
tag needed if using JS onclick, otherwise wrap form groups #}
Folder name for the server. No spaces or special chars like ';'.
E.g., LATEST, PREVIEW, or a specific version like 1.21.0.03
{# Form Actions / Navigation #}
{# Use main-button style for primary navigation back #} Cancel
{# End .install-config-section #} {% endblock %}