{% import '_userinfo.html' as userinfo -%} {% import '_util.html' as importer -%} {% block title %}Welcome{% endblock %} | Grumpy {{ importer.load_css('style') }} {% block script %} {% endblock %}
{{ userinfo.show_usernav(g) }}

Gentoo Grumpy

{% if g.user.regtoken -%} Warning: this user account has not yet been confirmed.
Until the account has been confirmed, You won't receive notifications and cannot add packages to your watch list.
{% endif -%}{# g.user.regtoken #}
{% with flashes = get_flashed_messages() %} {% if flashes %} {% endif %} {% endwith %}
{% block body %}{% endblock %}
Project Grumpy