mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-01 22:46:13 +00:00
init new twig block_post_menu
This commit is contained in:
parent
755812ae3c
commit
fdd08905a8
@ -36,8 +36,11 @@
|
|||||||
'args' : {'person_id': person.id, 'person': person },
|
'args' : {'person_id': person.id, 'person': person },
|
||||||
'activeRouteKey': activeRouteKey
|
'activeRouteKey': activeRouteKey
|
||||||
}) }}
|
}) }}
|
||||||
|
|
||||||
<div class="block-post-menu">
|
{% block block_post_menu %}
|
||||||
{{ chill_delegated_block('person_post_vertical_menu', { 'person': person } ) }}
|
<div class="block-post-menu">
|
||||||
</div>
|
{{ chill_delegated_block('person_post_vertical_menu', { 'person': person } ) }}
|
||||||
|
</div>
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user