{% extends "layout.html" %} {% set title = "OD-Database - Websites" %} {% set current_page = "website" %} {% block body %}
Go to website
Go to random website

Website search

Websites
{% for website in websites %} {% endfor %}
Url Last crawled
{{ website[1] | truncate(70) }} {{ website[2] }}
{% if websites|length == per_page %} Next {% endif %} {% if p > 0 %} Previous {% endif %}
{% endblock body %}