{% extends 'base.html.twig' %} {% block title %}Categories | Alex Daniels{% endblock %} {% block body %} {% if posts|length %} Posts {% for post in posts %} {{post.title}} {% endfor %} {% endif %} {% if photos|length %} Photos {% for photo in photos %} {{photo.title}} {% endfor %} {% endif %} {% endblock %}