{% import "macros.jinja" as macros %} {% block head %} {% block title %}{% endblock %} | Crabber {% if this_user %} {% set social_image = this_user.avatar %} {% elif molt %} {% set social_image = molt.author.avatar %} {% else %} {% set social_image = 'https://cdn.crabber.net/img/crabber_header.png' %} {% endif %} {% if this_user %} {% else %} {% endif %} {% if molt %} {% endif %} {% if current_page != 'welcome' %} {% endif %} {% block ext_head %}{% endblock %} {% endblock %}
{% if not hide_sidebar %} {% endif %} {% if not fullwidth %}
{% if not current_user and not hide_sidebar %}
{% include 'join_crabber.html' %}
{% endif %}
{% block heading %}{% endblock %}
{% if error %} {% endif %} {% if msg %} {% endif %} {% block body %} {% endblock %}
{% else %}
{% block fullpage %} {% endblock %}
{% endif %} {% if not hide_sidebar %}
{% if current_user %}
{% endif %} {% if current_user %} {% with recommended_crabs=current_user.get_recommended_crabs() %} {% if recommended_crabs %} {% endif %} {% endwith %} {% endif %} {% if current_user %} {% endif %} {% if is_debug_server %}
Debug Panel
platform: {{user_agent.os.family}}
browser: {{user_agent.browser.family}}
admins: {{admins}}
mods: {{moderators}}
{% endif %}
{% endif %}