simple-login/templates/emails/welcome.html

9 lines
395 B
HTML
Raw Normal View History

2019-11-20 21:12:26 +00:00
{% extends "base.html" %}
2019-11-20 21:12:26 +00:00
{% 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 %}