{% set built_with = _('Built with %(pelican_url)s using %(theme_url)s theme',
pelican_url='Pelican',
theme_url='Reflex'|safe) %}
{{ built_with }}
{% if THEME_COLOR_ENABLE_USER_OVERRIDE %}
{% set theme_switch = _('Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme',
dark_url='dark',
light_url='light',
browser_url='browser'|safe) %}
{{ theme_switch }}
{% endif %}