%META:TOPICINFO{author="ProjectContributor" date="1655468868" format="1.1" version="1"}%
%META:TOPICPARENT{name="TipsOfTheDay"}%
---+ Server side include

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

Examples:
<verbatim class="tml">%INCLUDE{"%SYSTEMWEB%.WebHome"}%
%INCLUDE{"WebHome"}%</verbatim>
This example requires ={INCLUDE}{AllowURLs}= enabled in [[%SCRIPTURLPATH{"configure"}%][configure]] (disabled by default for security reasons):
<verbatim class="tml">%INCLUDE{"http://www.google.com/"}%</verbatim> 

[[TipsOfTheDay][See More Tips...]]
