diff options
-rw-r--r-- | tpl/home.twig | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tpl/home.twig b/tpl/home.twig index a2fa9a93..6b80c6ed 100644 --- a/tpl/home.twig +++ b/tpl/home.twig | |||
@@ -1,5 +1,13 @@ | |||
1 | {% extends "layout.twig" %} | 1 | {% extends "layout.twig" %} |
2 | {% block title %}{% trans "home" %}{% endblock %} | 2 | {% block title %} |
3 | {% if view == 'fav' %} | ||
4 | {% trans "favoris" %} | ||
5 | {% elseif view == 'archive' %} | ||
6 | {% trans "archive" %} | ||
7 | {% else %} | ||
8 | {% trans "unread" %} | ||
9 | {% endif %} | ||
10 | {% endblock %} | ||
3 | {% block menu %} | 11 | {% block menu %} |
4 | {% include '_menu.twig' %} | 12 | {% include '_menu.twig' %} |
5 | {% endblock %} | 13 | {% endblock %} |