recipes/backend/templates/title.html

10 lines
No EOL
399 B
HTML

<a class="title" href="/{{ context.tr.current_lang_code() }}/"><img class="logo" src="
{#
It should be better to put the image link into the CSS file
(in case of CSS dynamic swap for instance)
#}
{% if context.dark_theme %}
/static/logo_dark.svg
{% else %}
/static/logo_light.svg
{% endif %}" alt="logo">{{ context.tr.t(Sentence::MainTitle) }}</a>