Server side include

To include the contents of a web page or Foswiki topic, use %INCLUDE{"page"}%.

Examples:
%INCLUDE{"%SYSTEMWEB%.WebHome"}%
%INCLUDE{"WebHome"}%
This example requires {INCLUDE}{AllowURLs} enabled in configure (disabled by default for security reasons):
%INCLUDE{"http://www.google.com/"}%

See More Tips...