{% extends "_layout" %} {% set title = "Create an Account" %} {% import "_includes/forms" as forms %} {% block content %}

{% if account is defined %} {{ forms.errorList(account.getErrors('username')) }} {% endif %}

{% if account is defined %} {{ forms.errorList(account.getErrors('email')) }} {% endif %}

{% endblock %}