
=== HEADER ===

=== BODY ===

  This template demonstrates the use of bookmarks. It creates two links to the same bookmark.Test link before bookmark : 
  
  link .divOp(3, 0) 'a reference to bookmark1' endlink
  
  Test bookmark : 
  
  bookmark 'bookmark1'
    bookmarked content
  endbookmark
  
  Test link after bookmark : 
  
  link 'bookmark1' 'a reference to bookmark1' endlink
  
   End of demonstration.
=== FOOTER ===

=== TEMPLATES ===