Make it readable

This commit is contained in:
Michal Čihař 2012-02-29 15:10:11 +01:00
parent 8e1c2bfc88
commit d70dc6a0e5

View File

@ -1 +1,5 @@
{% if title %}{{ title }}{% else %}{{ fallbacktitle }}{% endif %}
{% if title %}
{{ title }}
{% else %}
{{ fallbacktitle }}
{% endif %}