{% 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.") }}
Join our Community {{ render_text("Click the button 👇 to join our community on Spectrum and learn news about the SimpleLogin. We are community driven and we value feedbacks from you!") }} {{ render_button("Join Spectrum Community", "https://spectrum.chat/simplelogin") }} {% endblock %}