{% extends "test/layout.twig" %}
{% block header %}
{% embed "test/vertical_boxes_skeleton.twig" %}
{% block top %}
Some content for the top box
{% endblock %}
{% block bottom %}
replaced
{% endblock %}
{% endembed %}
{% endblock %}
{% block content %}
<div style="border:solid 1px blue">content replaced</div>
{% endblock %}