aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_covid19/templates/sources_de.html
blob: 67f2975a51d91bb8770c166216b146df5403350c (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends "base.html" %}

{% block title %}{{ _("Content Sources") }}{% endblock %}

{% block body %}

<h1>{{ _("Content Sources") }}</h1>

TODO

{% endblock %}