{% extends 'base.html' %} {% load i18n %} {% load bootstrap_tags %} {% load humanize %} {% block content %}

{% trans "Help" %}


{% blocktrans %}

This platform is an academic proof-of-concept that serves the purpose of processing arbitrary user-provided text, using a modular architecture. Rough edges in usability may be found everywhere.

{% endblocktrans %} {% endblock content %}