{% extends 'thecommunity/base.html' %} {% block page_title %}Welcome to metaLayer{% endblock %} {% block js %} {% endblock %} {% block page_body %}

Login

{% if login_errors %} {% include 'thecommunity/shared/errors.html' with errors=login_errors %} {% endif %}
{% csrf_token %}

Register

{% if register_errors %} {% include 'thecommunity/shared/errors.html' with errors=register_errors %} {% endif %}
{% csrf_token %}

* denotes required fields

{% endblock %}