{% set intro = g.site_intro_text %}
{% if intro %} {{ h.render_markdown(intro) }} {% else %}

{{ _("Welcome to DCOR") }}

DCOR, the deformability cytometry open repository, is the home for all your RT-DC data. It is integrated with dclab and Shape-Out so you can access and share your data from and with anyone, anywhere.

{% endif %}
{% block home_image %} {% endblock %}