{% extends "base.html" %} {% block title %}{{ page_title }} — pytera{% endblock title %} {% block content %}

{{ page_title }}

{% if items %}

Total: {{ items | length }} items

{% else %}

No items yet.

{% endif %} {% endblock content %}