<% include!("header.html"); %>

newspaper <%= notebook.name %>

<% for cell in cells { let edit = false; let bust_cache = std::time::SystemTime::now() .duration_since(std::time::SystemTime::UNIX_EPOCH) .unwrap_or(std::time::Duration::from_millis(1000)) .as_millis() .to_string(); let selected = false; include!("cell.html"); } %>
<% include!("footer.html"); %>