note.jade 280 B

1234567891011
  1. div.content
  2. div.container1
  3. - course.section = course.section.replace(/\)/, '')
  4. h1 !{ course.section + " — " + course.name}
  5. h2 Note: #{ note.topic || note.id }
  6. div.staticNote
  7. !{ note.text || 'This note is empty.' }
  8. div( style = 'clear: both; height: 1px;' )