{% extends "base.html" %} {% block title %}Concon{% endblock %} {% block content %}

Concon

Collaborative knowledge graph platform for teams

{% if datasets %}

Public datasets

{% for ds in datasets %} {% endfor %}
DatasetPublisher
{{ ds.name }} {{ ds.team }}
{% else %}

No public datasets available.

{% endif %}

Log in to access datasets and features.

{% endblock %}