recipes/backend/templates/title.html
2025-04-28 02:34:42 +02:00

6 lines
No EOL
266 B
HTML

<a class="title" href="/{{ context.tr.current_lang_code() }}/"><img class="logo" src="
{% if context.dark_theme %}
/static/logo_dark.svg
{% else %}
/static/logo_light.svg
{% endif %}" alt="logo">{{ context.tr.t(Sentence::MainTitle) }}</a>