{% for blog_post in posts: %} {% if blog_post["id"] == 2: %}
{{ blog_post["title"] }}
{{ blog_post["subtitle"] }}
{% endif %} {% endfor %}