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