{% extends "base.html.twig" %}{% block body %} <div class="container"> <h1 class="text-center">Landing</h1> <hr/> {% if asbtemplate.landing.lastPosts %} {% include "front/postsList.html.twig" %} {% endif %} {% if asbtemplate.landing.partners %} {% include "front/partnersList.html.twig" %} {% endif %} </div>{% endblock %}