{% extends "base.html" %} {% block content %} {% if name %} {{ render_text("Hi " + name + ",") }} {% else %} {{ render_text("Hi,") }} {% endif %} {{ render_text("My name is Son. I’m the founder of SimpleLogin and I wanted to be the first to welcome you on board.") }} {{ render_text('To better secure your account, I recommend enabling Multi-Factor Authentication (MFA) on your Setting page.') }} {{ render_text('SimpleLogin browser extension could be handy to quickly manage aliases. Chrome (or other Chromium-based browsers like Brave or Vivaldi) extension can be installed on Chrome Store, Firefox on Firefox Store and Safari on AppStore.') }} {{ render_text('If you have a domain, for example for your business or your project, you can import your domain into SimpleLogin and create your business emails using email alias. This is cheaper and more convenient than buying a dedicated solution like GSuite. By the way, all our business emails are actually aliases.') }} {% if user.in_trial() %} {{ render_text('You can use all premium features like custom domain or alias directory during the trial period. Your trial will end ' + user.trial_end.humanize() + ".") }} {% endif %} {{ render_text('If there\'s anything that\'s bugging you, even the smallest of issues that could be done better, I want to hear about it - so hit the reply button.') }} {% endblock %}