<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>📚️{{ _["Reading List"] }}</title>
</head>
<body>
<h1>📚️{{ _["Reading List"] }}</h1>
<ul>{% for link in D.readingList %}
<li><a href="/read/{{ link.href }}" title="{{ link.title }}">{{ link.label }}</a></li>
{% endfor %}</ul>
</body>
</html>