{# embedded is set to avoid including base.html several times if a generic page is included (e.g. blog/articles.html) #} {% set embedded = True %} {% import 'components/common.html' as component with context %} {{ script.include('common', '') }} {# common.js is, as its name states, a common script, so it's useful to import it here #}
{# using SVG directly doesn't always play well with Bulma, so we also use the icon font #} {% if norobots %} {% endif %}