{#
Generator and build metadata tags.
Controlled by config['expose_metadata'] = minimal|standard|extended
Defaults to minimal (generator only).
#}
{# Standard/Extended extras #}
{% if bengal.theme is defined and bengal.theme.name %}
{% endif %}
{# Suppress build timestamp in dev to avoid content churn and spurious reloads #}
{% if (not config.get('dev_server')) and (bengal.build is defined and bengal.build.timestamp) %}
{% endif %}
{# Extended extras #}
{% if bengal.rendering is defined and bengal.rendering.markdown %}
{% endif %}
{% if bengal.rendering is defined and bengal.rendering.highlighter %}
{% endif %}