By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 welcome.txt

View raw Download
text/plain • 380 B
ASCII text
        
            
1
{% extends "mail.txt" %}
2
{% block content %}
3
# Hello, {{ username }}!
4
5
Welcome to the roundabout. Make yourself at home.
6
7
You've just registered for an account at this server. If it wasn't you, write to us and we'll remove this email from our database.
8
9
No email verification is required; email notifications are provided only for your convenience.
10
{% endblock %}
11