spring.net — live bbs — text/plain
spring:~$
home
search
{% if current_user %}
unread
{% endif %}
recent
members
conferences
{% if current_user %} {% if current_user.is_admin %}
admin
{% endif %}
~{{ current_user.username }}
settings
logout
{% else %}
login
sign up
{% endif %}
{% with msgs = get_flashed_messages(with_categories=true) %} {% if msgs %}
{% for cat, msg in msgs %}
{{ '[OK] ' if cat=='ok' else '[!] ' }}{{ msg }}
{% endfor %}
{% endif %} {% endwith %} {% block content %}{% endblock %}