%namespace name='static' file='static_content.html'/> <%inherit file="main.html" /> <%block name="headextra"> <%static:css group='course'/> <%static:js group='courseware'/> %block> <%block name="js_extra"> %block> <%include file="/courseware/course_navigation.html" args="active_page='notes'" /> My Notes % for note in notes: ${note.quote} ${note.text.replace("\n", "") | n} % if note.tags: Tags: ${note.tags|h} % endif Author: ${note.user.username} Created: ${note.created.strftime('%m/%d/%Y %H:%m')} Source: ${note.uri} % endfor
${note.quote}