{#- Base template for indico pages (standard "indico look") -#}
{{ page_title }}
{% if social.facebook_app_id -%}
{% endif %}
{% for url in js_files -%}
{% endfor %}
{{ head_content|safe }}
{% for url in css_files -%}
{% endfor %}
{% for url in print_css_files -%}
{% endfor %}
{{ template_hook('html-head') }}
{#-
XXX: Using a block and inheritance would be nicer but for now this
is only called from a WP so just passing the contents is much easier
#}
{{ body|safe }}
{%- set req_stats = get_request_stats() %}