{# Tab === Tabs only with CSS, therefore only one tab container per page. If this is not enough, the functionality must be expanded with JS. The Container tab contains a ContentBuilder. @param {string} name = Classname @param {object} data = dataobject @param {string} data.style = Optional Styleclass Name #} {% import '_macros/my-macro.html' as _ %} {% macro tabBlock(classname, child, key) %} {# Random Number for identify tabgroup#} {% set tabGroup = random(5000) %}