{% extends 'layouts/outer.html' %} {% block title %}[[ __("welcome") ]]{% endblock %} {% block content %}

[[__("landing_title")]]

[[__("signup")]]

[[__("login")]]

[[__("landing_claim")]]

[[__("landing_example")]]

  • [[__("landing_features_1") | safe ]]
  • [[__("landing_features_2") | safe ]]
  • [[__("landing_features_3") | safe ]]
  • [[__("landing_features_4") | safe ]]
  • [[__("landing_features_5") | safe ]]
  • [[__("landing_features_6") | safe ]]
  • [[__("landing_features_7") | safe ]]
{% endblock %}