{% extends "base.html" %} {% from "macros/title.html" import title_tag with context %} {% from "macros/create.html" import disabled_if with context %} {% block title %} {{ title_tag('Create a guild', False) }} {% endblock %} {% block heading %}

Create a guild

{% endblock %} {% block content %}

URL of the guild: +

Must be alphanumeric and unique. May not be changed later: choose wisely!

Display name:

Will be shown in title bar and search engines.

Description: (will be shown in sidebar)

{% endblock %}