{% extends base.html %} {% block title %} {% if notebook_name is None %} Home {% else %} {{ notebook_name }} {% end if %} {% end block %}