{% if not searchPage %} {% include 'head.html' %} {% endif %} {% block body %}{% endblock %} {% if App.Session.get('is_auth') and not App.Session.get('is_anon') %} {% include 'todolist-panel.html' %} {% include 'favtags-panel.html' %} {% endif %} {% include 'footer.html' %}