{% if config['BANNER_ACTIVATED'] %} {% block banner %} {% set b_content = config['BANNER_HTML_CONTENT'] %} {% include theme('banners/generic.html') with context %} {% endblock %} {% endif %}