various cross-reading prototypes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 lines
409 B

{% extends "base.html" %}
{% block title %}{% endblock %}
{% block txtlist %}
{% endblock %}
{% block results %}
<h1>ordered.all</h1>
<div id="listing_all" class="listings">
{% for item in results %}
<span class="{{files[item[2]]}}">
<strong style="font-size:{{item[0] * 50000}}%;"><a href="{{ url_for('index')}}?q={{item[1]}}">{{item[1]}}</a></strong>
</span>
{% endfor %}
<hr>
</div>
{% endblock %}