{% extends 'base.html.twig' %} {% block title %}{{title}} - Categories | Alex Daniels{% endblock %} {% block metatitle %}{{title}} - Categories | Alex Daniels {% endblock %} {% block ogtitle %}{{title}} - Categories | Alex Daniels {% endblock %} {% block twittertitle %}Writing and Albums that contain the category '{{title}}'{% endblock %} {% block metadescription %}Writing and Albums that contain the category '{{title}}'{% endblock %} {% block ogdescription %}Writing and Albums that contain the category '{{title}}'{% endblock %} {% block twitterdescription %}Writing and Albums that contain the category '{{title}}'{% endblock %} {% block body %}

{{title}}

{% if posts|length %}

Posts

{% endif %} {% if photos|length %}

Photos

{% endif %}
{% endblock %}