{% if site.title %}

Welcome to the {{site.title}} site.

{% endif %}

This website is running in {{site.site_dir}}.

{% if not ar.user.is_authenticated %}

You will now probably want to {{ar.action_link('about.About.sign_in', text="sign in")}}. {% if site.plugins.users.allow_online_registration %} Or {{ar.action_link('about.About.create_account', text="register as a new user")}}. {% endif %} Or {{ar.action_link('about.About.reset_password', text="reset your password")}}.

{% else %}

Recent polls

{% endif %}