{% extends "_base.html" %}

{% block content %}
    <h1>Submit a Character</h1>
    <p>Want to add a new character to the gacha pool?</p>
    <p>This feature will be available soon. Stay tuned!</p>
    <a href="{{ url_for('index') }}">← Back to Home</a>
{% endblock %}