{% extends 'base.html' %} {% block content %}
{% for author in authors %} {% endfor %}
# Name Actions
1 {{ author.name }}
Создать автора
{% endblock %}