added more protodiv demo code
[oweals/finalsclub.git] / views / archive / note.jade
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
7                 div.staticNote
8                         !{ note.text || 'This note is empty.' }
9
10                 div( style = 'clear: both; height: 1px;' )
11