{% extends 'smaoahpa_base.html' %} {% load i18n %} {{ lang_switch }} {% get_available_languages as LANGUAGES %} {% get_current_language as LANGUAGE_CODE %} {% block main_header %} {% endblock %} {% block addcss %}{% endblock %} {% block page_header %} OAHPA! {% with 'small' as menu_class %} {% include 'game_menu.html' %} {% endwith %} {% endblock %} {# May be necessary for proper sidebar position, and want to fork #page between main page, and other pages. #} {% block page_class %}fixed{% endblock %} {% block page_content %}
{% block settings %}{% endblock %}
{% block game_content %}{% endblock %}
{% endblock %} {% block sidebar %} {% block navbar %}{% endblock %} {#

{% trans 'OAHPA is under development and may not function all the time.' %}

#}

{% include 'user_auth_block.html' %}


OAHPA!

{% endblock %}