{% extends "base.html" %} {% set active_page = "index" %} {% block contents %}

{% trans %}Welcome{% endtrans %}

{% trans %}TAGUETTE is an open-source web-based document tagging tool for qualitative data analysis.{% endtrans %}

{% trans %}Using this tool, you can upload a collection of documents, create a hierarchy of tags, and annotate portions of documents with tags and notes that you can recall and organize later.{% endtrans %}

{% if register_enabled %}

{% trans url=reverse_url('register') %}Register now for free and get started!{% endtrans %}

{% endif %}
{% endblock %}