{% block rss %} {% if topic %} {% else %} {% endif %} {% endblock %}
{% if user.is_authenticated %} Howdy {{user.username}} | logout {% else %} want to join? register in seconds {% endif %} | create {% if topic %} | submit {% else %} | submit {% endif %} | settings
{% endblock %}