{% extends 'layout.html' %} {% block content %}
{% if valid %}

Create an Account

{% include 'snippets/register_form.html' %}
{% else %}

Permission Denied

Sorry! This invite code is no longer valid.

{% endif %}
{% include 'snippets/about.html' %}
{% endblock %}