mirror of
https://github.com/kennethreitz-archive/reflog.git
synced 2026-06-21 15:50:58 +00:00
15 lines
220 B
HTML
15 lines
220 B
HTML
<!doctype html>
|
|
<title>Tests</title>
|
|
|
|
<body onload="">
|
|
|
|
<h1>Topsy this {{ window }}</h1>
|
|
|
|
{% for link in links %}
|
|
|
|
<li>
|
|
[{{ link.hits }}] <a href="{{ link.url }}">{{ link.title }}</a>
|
|
</li>
|
|
|
|
{% endfor %}
|