Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The template's output seamlessly merges the output of the sub-template and the output of the main template:

Image RemovedImage Added

Code Block
languagehtml/xml
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>My Web Page</title>
</head>
<body>
<h1>My Web Page</h1>
<p>Lorem Ipsit</p>
</body>
</html>