{% load i18n %} {% load static %} {% get_current_language as LANGUAGE_CODE %} {% get_language_info for LANGUAGE_CODE as lang %} {# Tell the browser to be responsive to screen width #} {# Favicon icon #} VitaHealth {# Bootstrap Core CSS #} {# Custom CSS #} {# You can change the theme colors from here #} {# HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries #} {# WARNING: Respond.js doesn't work if you view the page via file:// #} {% block extra_head %} {% endblock %} {# ============================================================== #} {# Preloader - style you can find in spinners.css #} {# ============================================================== #}
{# ============================================================== #} {# Main wrapper - style you can find in pages.scss #} {# ============================================================== #}
{# ============================================================== #} {# Topbar header - style you can find in pages.scss #} {# ============================================================== #}
{% block left_sidebar %}{% endblock %} {# ============================================================== #} {# End Left Sidebar - style you can find in sidebar.scss #} {# ============================================================== #} {# ============================================================== #} {# Page wrapper #} {# ============================================================== #}
{# ============================================================== #} {# Container fluid #} {# ============================================================== #}
{% block title_breadcrumb %}

{% block title %}{% trans "Inicio" %}{% endblock title %}

{% block breadcrumb %} {% endblock breadcrumb %}
{% endblock title_breadcrumb %} {% block content %} {% endblock content%}
{# ============================================================== #} {# End Container fluid #} {# ============================================================== #} {# ============================================================== #} {# footer #} {# ============================================================== #} {# ============================================================== #} {# End footer #} {# ============================================================== #}
{# ============================================================== #} {# End Page wrapper #} {# ============================================================== #}
{# ============================================================== #} {# End Wrapper #} {# ============================================================== #} {# ============================================================== #} {# All Jquery #} {# ============================================================== #} {# Bootstrap tether Core JavaScript #} {# slimscrollbar scrollbar JavaScript #} {#Wave Effects #} {#Menu sidebar #} {#stickey kit #} {#Custom JavaScript #} {# ============================================================== #} {# Style switcher #} {# ============================================================== #} {% block extra_body %} {% endblock %} {% block messages %} {# NOTA: Se muestran los "messages" de Django mediante JS con toastr #} {% if messages %} {% endif %} {% endblock messages %}