{% extends 'base.html.twig' %} {% block body %} {% include('elements/_navigation.html.twig') %}

Follow our blog for latest LED and other display technology trends and insights

{% for post in Blog %}
{{ post.title }}
{{ post.title }}

{{ post.metaDescription }}

{% endfor %}

Latest News

{% for news in News %}
{{ news.title }}
{{ news.title }}

{{ news.metaDescription }}

{% endfor %}
{% include('elements/_footer.html.twig') %} {% endblock %}