{% set title = video.title %} {% set desc = video.description %} {% set menu = 'articles' %} {% set subtitle = 'Publications' %} {% if video.banner %} {% set thumbnail = video.banner.thumbnail %} {% set banner = asset(video.banner.file) %} {% elseif video.youtube %} {% set thumbnail = video.youtube|youtubeThumbnail %} {% set banner = video.youtube|youtubeThumbnail('h') %} {% endif %} {% extends 'Default/base.html.twig' %} {% block banner %} {% endblock banner %} {% block content %}
{% if video.description %}

{{video.description|nl2br}}

{% endif %} {% if video.youtube %}
{% endif %} {% if video.file %}
{% endif %}
{% endblock %}