{% extends "styled.html" %} {% block style %} {{super()}} body { max-width: 1440px; } td.title { word-break: break-all; } td.time { color: #555; text-align: right; white-space: nowrap; } .date { color: #888; font-size: 14pt; padding-left: 25px; } .pagination-link { display: inline-block; margin-bottom: 10px; margin-top: 10px; padding-right: 10px; } .pagination-link > a { color: #333; font-weight: bold; } {% endblock %} {% block content %}

Browsing history {{curr_date.strftime("%a, %d %B %Y")}}

{% for url, title, time in history %} {% endfor %}
{{title}} {{time}}
{% if today >= next_date %} {% endif %} {% endblock %}