{% extends "common/base.j2" %} {% block body_content %} {% import 'inc/news.macro.j2' as news %}
{% for item in newsdata[:1] %} {{ news.tinylinkpreview(item, prefix="news/") }} {% endfor %}

{{ _("We provide a payment system that makes privacy-friendly online transactions fast and easy.")}}

  • {{ _("Payments without registration")}}
  • {{ _("Data protection by default")}}
  • {{ _("Fraud eliminated by design")}}
  • {{ _("Not a new currency!")}}
  • {{ _("Empowers communities to run their own payment infrastructure")}}
{% endblock body_content %}