{% extends "base.html" %} {% load i18n %} {% block body %}

Luna

{% blocktrans %} Luna is a web client for lotide. {% endblocktrans %}

{% trans "What is lotide?" %}

{% blocktrans %} lotide is an attempt to build a federated forum. Users can create communities to share links and text posts and discuss them with other users, include those registered on other servers through ActivityPub. {% endblocktrans %}

{% trans "Why Luna?" %}

{% blocktrans %} In Latin, luna means moon, the celestial body that control tides. {% endblocktrans %}

{% endblock %}