{%- import 'snippets/snippets.j2' as snippets with context -%} {% block title %}foxhop.net{% endblock %} {% include 'snippets/javascript-includes.j2' %} {% include 'snippets/flash-alerts.j2' %}
home {%- if request.user %} {{ snippets.user_link(request.user) }} log out {%- else %} join or log in {%- endif %}
{% block content %} {% endblock %}