app-MAIL-temp/templates/emails/welcome.html

9 lines
395 B
HTML

{% extends "base.html" %}
{% block content %}
{{ render_text("Welcome " + name + " 🎉!") }}
{{ render_text("I really appreciate you signing up for SimpleLogin, and I'm sure you'll love it when you see how *simple* it is to use.") }}
{{ render_text("We built SimpleLogin to help people protecting their online identity, and I hope that we can achieve that for you.") }}
{% endblock %}