{% extends "base.html" %} {% block title %}Another Example{% endblock %} {% block content %}
{{ data.message }}
there are {{ data.get('items', [])|length }} items in the list