{% extends "base.html" %}
{% load client_version %}
{% load static %}
{% block html_class %}msgapi{% endblock %}
{% block extra_head %}
{% include './geonode-mapstore-client/snippets/custom_theme.html' %}
{% endblock %}
{% block body_extra_class %}gn-legacy gn-theme {% if request.user_agent.is_mobile %}gn-mobile{% else %}gn-desktop{% endif %}{% endblock %}
{% block header %}
{% include './geonode-mapstore-client/snippets/header.html' %}
{% endblock %}
{% block footer %}
{% include './geonode-mapstore-client/snippets/footer.html' %}
{% endblock %}
{% block extra_script %}
{% endblock extra_script %}