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

Example

{{ data.message }}

Items

there are {{ data.get('items', [])|length }} items in the list

{% endblock %}