6 lines
195 B
Twig
6 lines
195 B
Twig
{% macro about(view) %}
|
|
{% import "macros/widgets.html.twig" as widgets %}
|
|
{% set event = actions(app.user, 'about', view) %}
|
|
{{ widgets.page_actions(event.actions) }}
|
|
{% endmacro %}
|