You can extends template like this:
{% extends 'TlerochAdminBundle:Default:layout.html.twig' %}You can use this following blocks:
{% block content %}
Page content
{% endblock %}
{% block javascripts %}
Javascripts in footer
{% endblock %}
{% block stylesheets %}
Stylesheets in header
{% endblock %}