{% extends '@nova/home/master.twig' %} {% set banner_classes = 'banner--insane landing__banner' %} {% block banner_content %}
{% if app.session is null %}
register login

Keep an eye on Twitter!

{% else %}

Welcome, {{ app.session.user.username }}!

We're getting there, slowly but surely. Keep an eye on Twitter for any updates (or the chat as well, when that goes up), things are coming and they will be good.

{% endif %}
{% endblock %}