mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-25 18:19:57 +08:00
9 lines
157 B
HTML
Vendored
9 lines
157 B
HTML
Vendored
{% if title %}
|
|
{{ title }} @ {{ site_title }}
|
|
{% else %}
|
|
{% if object %}
|
|
{{ object }} @ {{ site_title }}
|
|
{% else %}
|
|
{{ site_title }}
|
|
{% endif %}
|
|
{% endif %}
|