+
#{= htmlescape(booknotes.title) }#
+
#{= htmlescape(booknotes.author) }#
+ #{ for _, chapter in ipairs(booknotes) do }#
+ #{ if chapter.title then }#
+
#{= htmlescape(chapter.title) }#
+ #{ end }#
+ #{ for index, clipping in ipairs(chapter) do }#
+
+
+
+
#{= os.date("%x", clipping.time) }##{ if clipping.chapter then }##{= clipping.chapter }#: #{ end }# #{= clipping.page }#
+
+
+ #{= newline_to_br(htmlescape(clipping.text)) }#
+ #{ if clipping.image then }#
+
+ #{ end }#
+
+ #{ if clipping.note then }#
+
+ #{= newline_to_br(htmlescape(clipping.note)) }#
+
#{ end }#
- #{ if clipping.note then }#
-
- #{= htmlescape(notemarks) }#
- #{= newline_to_br(htmlescape(clipping.note)) }#
-
- #{ end }#
-