{% extends layout.html %} {% block content_panel %} {% if current_user and current_user != 'anonymous' %} Proceed to the front page. {% else %} Proceed to the login page. {% end %} {% end %} {% block script %} {% end %}