{% extends 'basemasa.html.twig' %} {% block title 'Pataplouf' %} {% block body %}

{% for new in news %} {{ include('news/product.html.twig',{'news': news}) }} {% endfor %}
Create new
{% endblock %}