<%# _bInner is already HTML-escaped + bold/code-converted above; rendering
raw is intentional so the converted HTML reaches the page. %>
<%- _bInner %> <%# audit-ignore %>
<% if (_bLink && _bLink.url) { %>
<%- _bLink.text || (typeof t === 'function' ? t('readMore') : 'Read more') %>
<%- renderIcon('arrow-right', { class: 'docmd-banner__link-icon' }) %>
<% } %>