{% extends "template.html" %} {% block body %}

{{ len(hits) }} results ({{ took_time }}ms)

Showing All

{% for hit in hits %}
{{ hit[1] }}

{{ hit[2][:150] }}

{% if hit[3] != 'NOTHING' %}

{{ current_user }}, you chose {{ hit[3] }}.

{% end %}
{% end %}

Congratulations! Finaly, you've scored them all...

{% end %}