{% extends 'base.html' %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load i18n %} {% load static %} {% block body_class %}index-page{% endblock %} {% block container %} {% if messages or selected_shortcut or not shortcuts %}
{% url 'apps' as apps_url %} {% blocktrans trimmed %} Enable some applications to add shortcuts to this page. {% endblocktrans %}
{% endif %} {% if selected_shortcut.description %} {% include "app-header.html" with app_info=selected_shortcut %} {% endif %}{% blocktrans trimmed %} {{ box_name }}, a Debian pure blend, is a 100% free software self-hosting web server to deploy social applications on small machines. It provides online communication tools respecting your privacy and data ownership. {% endblocktrans %}
{% blocktrans trimmed %} This portal is a part of the {{ box_name }} web interface. {{ box_name }} is free software, distributed under the GNU Affero General Public License, Version 3 or later. {% endblocktrans %}
{% endblock %}