{% extends "layout.html" %} {% block title %}Signup{% endblock %} {% block head %}{% endblock %} {% block content %} {% match errors %} {% when Some with (errs) %} {% when None %} {% endmatch %}
{% endblock %}