Skip to content

Commit

Permalink
Add pre & post content blocks to UiBundle layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Jun 5, 2017
1 parent 30afac2 commit 6ac1552
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Expand Up @@ -16,9 +16,15 @@
{% endblock %}
</head>
<body class="centered">
{% block pre_content %}
{% endblock %}

{% block content %}
{% endblock %}

{% block post_content %}
{% endblock %}

{% block javascripts %}
{% endblock %}
</body>
Expand Down
Expand Up @@ -30,8 +30,14 @@
<div id="content">
{% include '@SyliusUi/_flashes.html.twig' %}

{% block pre_content %}
{% endblock %}

{% block content %}
{% endblock %}

{% block post_content %}
{% endblock %}
</div>
</div>
</div>
Expand Down

0 comments on commit 6ac1552

Please sign in to comment.