csv-library-website/library/templates/index.html

8 lines
156 B
HTML

{% extends "base.html" %}
{% block main %}
{% include 'menu.html' %}
{% include 'user_authorization.html' %}
{% include 'bookshelf.html' %}
{% endblock %}