index.html.twig 302 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 11 {% extends 'base.html.twig' %} {% block body %} <div class="container"> <div class="page-header"> {% block Titulo %}<h1 class="all-tittles">Practica UBV <small> Inicio</small></h1>{% endblock %} </div> </div> {% endblock %}