{% macro infobox(title, content, color, icon, button=null) %} {% embed '@LcSov/adminlte/embed/infobox.html.twig' %} {% block color %}{{ color }}{% endblock %} {% block icon %}{{ icon }}{% endblock %} {% block title %}{{ title }}{% endblock %} {% block content %}{{ content|raw }}{% endblock %} {% block button %}{{ button }}{% endblock %} {% endembed %} {% endmacro %}