{% if not searchPage %} {% include('head.html') %} {% endif %} {% block body %}{% endblock %} {% if App.Session.get('auth') %} {% include('todolist.html') %} {% endif %} {% include('footer.html') %}