{% extends "base.html" %} {% block title %}Index{% endblock %} {% block content %}

Index

Username: {{ g.user }}
{% for item in examples %} {% endfor %}
{{ item.title }} {{ item.total }} {{ "{:.1%}".format(item.with_links / item.total) }}
{% endblock %}