{% extends 'base.html.twig' %} {% block title %}{{ 'translate.news'|trans }} - {{ 'translate.events'|trans }} - SCREENZ{% endblock %} {% block body %} {% include('elements/_navigation.html.twig') %} News, events and more {% for news in News %} {{ news.title }} {{ news.metaDescription }} {% endfor %} Latest in Blog {% for post in Blog %} {{ post.title }} {{ post.metaDescription }} {% endfor %} {% include('elements/_footer.html.twig') %} {% endblock %}
{{ news.metaDescription }}
{{ post.metaDescription }}