{% load i18n static %} {% block title %}{% endblock %} | Peopleoo {# #} {# #} {# #} {% include 'components/debug_alert.html' with neg_margin=True %} {##} {% if request.path == '/' %} {% block home %}{% endblock %} {% else %} {% include 'components/header.html' %}
{% block content %}{% endblock %}
{% include 'components/footer.html' %} {% endif %} {# #}