{% for cell in object.cells.all %}
{% include 'notebooks/cell_item.html' with id=cell.id code=cell.code %}
{% endfor %}
{% extends 'mini_kaggle/basic.html' %} {% load static %} {% block head %} {% endblock %} {% block title %}Notebook{% endblock %} {% block full_width_body %}