{% extends 'base.html.twig' %} {% block body %}

Picture of the day

Select a date to search for an image

{{ data.title }}

{{ data.date }}

{{ data.explanation }}


{% if data.media_type == 'image' %}
Image du jour de la NASA Download
{% elseif data.media_type == 'video' %}
{% endif %} {% if data.copyright is defined %}

copyright by : {{ data.copyright }}

{% else %}

copyright by : {{ data.title }}

{% endif %}
{% endblock %}