{% extends 'base.html' %} {% block main %}


Browse annotations:





All



{% for row in res %} {%for book in books%} {%if book.file == row.uri%}

{{book.title}}


{% endif %} {% endfor %}

{{row.title}}


Extracts:

"{{ row.extract }}"

Annotations:

{%if 'https://www.youtube.com'in row.text %} {{row.text}}

{%elif '.jpg' in row.text%}
{%else%}
{{row.text}}


{% endif %} {% endfor %} {% endblock %}