{% extends "base.html" %} {% block content %}
Пишите, запускайте и делитесь Python кодом прямо в браузере
{% if not current_user.is_authenticated %} {% else %} Создать новый блокнот {% endif %}
{{ notebook.author.username }}
{{ notebook.created_at.strftime('%d.%m.%Y') }}