{% extends "email/base.txt" %}

{% block content %}
Hello, welcome to the system.
{% endblock %}
