{% extends "_layout.txt" %}

{% block heading %}Welcome, {{ username }}{% endblock %}

{% block content %}
Your {{ app_name }} account is created but not yet active. Confirm this
address to start using it.

Activate your account:
{{ action_url }}

Or paste this activation code into the app:
{{ code }}

The code stops working in {{ expires_in }}. If you did not create this
account, ignore this message - nothing happens until the code is used.
{% endblock %}
