{% extends "bootstrap/base.html" %} {% import "bootstrap/fixes.html" as fixes %} {% block title %} Libreant | Homepage {% endblock %} {% block navbar %} {% import 'navbar.html' as navbar %} {{navbar.navbar(search=False)}} {% endblock %} {% block content %}

Libreant {%trans%}What do you want to read today?{%endtrans%}

{% endblock content %}