{% extends "base.html" %} {% block title %}DocId Viewer{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block search %}
Urls:
{% endblock %} {% block content %} {% if url_ids %} {% for p in url_ids %} {% endfor %}
Group Hash Url
{{ p.hash_sym }} {{ p.hash }} {{ p.url }}
{% endif %} {% endblock %}