Войти с помощью github
Форум /

Есть код в .bemhtml

block('button').mod('theme', 'theme001').content()(
    function(){
        return [this.ctx.icon,' ',this.ctx.text]
});

Вопрос: Как блок "button" обернуть в родительский блок "link" средствами .bemhtml?

Спасибо!