{% extends "hosterbase.html" %} {% block body %} {% if user.pretty_name == 'GUEST' %}
Hello new person! Here at TiddlyHoster, you can create and host as many TiddlyWikis as you like.
If you already have an account please {{ login.title }}.
If you haven't yet signed up, please {{ register.title }}.
{% elif member_role in user.roles %}Hey, welcome back {{ user.pretty_name }}. You don't need to be here, you should go straight to your {{ userpage.title }}.
{% else %}Hi {{ user.pretty_name }}. You're logged in but not registered. If you {{ register.title }} you can host some wikis.
{% endif %} {% endblock %}