{% extends "base.html.j2" %} {% import "wtf.html.j2" as wtf %} {% block main_attribs %} class="service-scheme" data-service="corpus-analysis"{% endblock main_attribs %} {% block page_content %}

{{ title }}

Here you can create a new corpus, just choose a title and a description which will help to identify it later. After the corpus has been created, annotated texts in verticalized text format can be added to it on the corpus overview page.

{{ form.hidden_tag() }} {{ wtf.render_field(form.title, material_icon='title') }} {{ wtf.render_field(form.description, material_icon='description') }}
closeCancel {{ wtf.render_field(form.submit, material_icon='send') }}
{% endblock page_content %}