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

8 lines
156 B
HTML
Raw Permalink Normal View History

2024-03-30 11:14:30 +01:00
{% extends "base.html" %}
{% block main %}
{% include 'menu.html' %}
2024-03-30 15:52:45 +01:00
{% include 'user_authorization.html' %}
{% include 'bookshelf.html' %}
{% endblock %}