%{ Include the default view templates from your current SKIN and COVER paths
}%%TMPL:INCLUDE{"view"}%%{
    Override the content template DEFinition. This normally just contains %TEXT%,
    but we add some more here to help decorate all the 
FAQForm topics in the
    same way
}%%TMPL:DEF{"content"}%
  FAQ: 
  Answer: 
%TEXT%
Back to: [[System.][]]
Related Topics: %TMPL:END%%{
    Re-define the form DEFinition to be empty; the contents of the from data
    have already been displayed above so it wouldn't make much sense to show all
    that again at the bottom of each 
FAQForm topic
}%%TMPL:DEF{"form"}%%TMPL:END%