{% load static %} {% load i18n %} {% get_current_language as LANG %} {% trans "Luna, a web client for lotide" as site_description %} {% trans "Log in" as l_log_in %} {% trans "Log out" as l_log_out %} {% trans "Settings" as l_settings %} {% trans "Communities" as l_communities %} {% trans "Local" context "being on same server" as l_local%} {% trans "All" context "feed from all known servers" as l_all_timeline %} {% trans "Home" context "default timeline" as l_home_timeline %} {% trans "Save" as l_save %} {% trans "Next page" as l_next_page %} {% trans "Reply" as l_reply %} {% trans "Create post" as l_create_post %} {% trans "Plain text" as l_plain_text %} {% trans "New post" as l_new_post %}
{% block head %}