{% extends 'index.html.twig' %} {% block page_content %}
Mis en ligne le : {{ video.createdAt|date('d/m/Y à H:i') }}
{% if video.category %}Catégorie : {{ video.category }}
{% endif %} {% if video.description %} Description :{{ video.description }}
{% endif %}