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