index.jade 330 B

1234567891011121314
  1. div.content
  2. div.container1
  3. h1 Archived Subjects
  4. p
  5. | Please browse our archive of past courses covered at Harvard from 2008 through 2010.
  6. ul
  7. - if ( subjects.length > 0 )
  8. - each subject in subjects
  9. li
  10. a( href = '/archive/subject/#{ subject.id }' ) #{ subject.name }
  11. - else
  12. li No subjects found.