mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 17:08:30 +01:00
8 lines
395 B
HTML
8 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 %}
|
|
|