{% extends "base.html" %} {% block title %}{{ data['library:title'] }}{% endblock %} {% block body %}
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%}