{% extends "base.html" %} {% block title %}Create account — Issue Tracker{% endblock %} {% block content %}
Issue Tracker
Create your account
{% match flash %} {% when Some with (msg) %}
{{ msg }}
{% when None %} {% endmatch %}
Already have an account? Sign in
{% endblock %}