Help for this page

Select Code to Download


  1. or download this
    source/    # here are all pages that should appear in the output
    includes/  # here are include files and menus
    online/    # mowyw will put the result of its processing here
    
  2. or download this
    [% include bar %]      # includes file includes/bar
    [% option no-header %] # don't include the header file
    [% setvar title Page Title %] # Set variable `title' to `Page Title' 
    [% readvar title %]    # is substituted by the value of varaible `titl
    +e'