{% extends 'base.html.twig' %} {% block title %}Photography | Alex Daniels{% endblock %} {% block metatitle %}Photography | Alex Daniels {% endblock %} {% block ogtitle %}Photography | Alex Daniels {% endblock %} {% block twittertitle %}Photography | Alex Daniels{% endblock %} {% block metadescription %}Photo Albums of things I find neat{% endblock %} {% block ogdescription %}Photo Albums of things I find neat{% endblock %} {% block twitterdescription %}Photo Albums of things I find neat{% endblock %} {# {% block ogimage %}{{ photos['thumbnail']}}{% endblock %} {% block twitterimage %}{{ photos['thumbnail']}}{% endblock %} #} {% block body %}

Photography

{% if app.user %}
Add New Album
{% endif %}
{% endblock body %}