{# # The following variables can be set in the inheriting template files # title = string: the title of the view displayed in header strip # sticky_banners = boolean: should the banners stick to the edges of the screen or flow with content # localized = boolean: is this view localized using gettext (.po files) # content_lang = string: if localized is false this should be the language code for the view #} {%- import 'internal/macros.html' as util with context -%} {%- set localized = localized | default(true) -%} {%- set content_lang = content_lang | default('en') -%}
{% block head %}