{% extends "bases/main_base.html" %} {% block title %}Admin Panel — Dashboard{% endblock %} {% block body %}
Create Character

To start playing, we need to help you create your unique character.

The following fields are required:

  • Name: This is your character's identity in the game.
  • Race: Choose from our selection of options.
  • Profession: Select from our list of profession (commonly called classes).
  • Origin Story: This section is optional, but can provide additional context for your character.
{% endblock %} {% block scripts %} {% endblock %}