6 lines
No EOL
266 B
HTML
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> |