{% extends "base.html" %} {% block title %}{{ data['library:title'] }}{% endblock %} {% block body %}
DOKK Library
{{ plaintext }}

{{ data["library:title"] }}

Authors {% for author in data["library:author"]|sort() %} {{ author }} {% endfor%}

License {% for license in data["library:license"]|sort(attribute="license:id") %} {{ license['license:id'] }} {% endfor%}

{% endblock %}