{% extends 'bootstrap.html' %} {% load static %} {% load bootstrap4 %} {% load i18n %} {% spaceless %}{% block bootstrap4_content %} {% block bootstrap4_extra_head %} {% include 'header.html' %} {% block title %}Libravatar - {% trans 'Freeing the Web, one face at a time!' %}{% endblock title %} {% endblock bootstrap4_extra_head %}
{% block content %}{% endblock content %}
{% block footer %}{% include 'footer.html' %}{% endblock footer %} {% endblock %}{% endspaceless %} {% block bootstrap4_after_content %} {{ settings }} {% endblock bootstrap4_after_content %}