{% set page_group = "loggedout" %} {% include 'common/components/head.html' %}
{% include 'common/components/main-nav.html' %}

Let's get started!

Registration is fast and simple.

{% include 'common/components/alerts.html' %}
{% include 'common/components/csrf.html' %}
{% if site.enable_captcha %}
{% endif %} {% if site.show_terms_on_register %}
By registering an account with {{site.site_title}}, you accept the terms and conditions.
{% endif %}
{% include 'common/components/jumbotron-links.html' %}
{% include 'common/components/footer.html' %}