{% set layout_name = "basic" %} {% extends "layout/html5.html" %} {% block body %} {% include "partials/nav.html" %}
{% include "partials/header_mobile.html" %} {% include "partials/header.html" %}
{% block content %}{% endblock %}
{% include "partials/footer.html" %}
{% include "partials/login_dialog.html" %} {% endblock %}