Source code of tbs_us_examples_subtpl_article1.htm

  1
2
3
4
5
6
7
8
9
10
11
12
13
14
 
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>TinyButStrong - Example of sub-template (article 1)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="./tbs_us_examples_styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h4>Heading 1: parameter file</h4>
<p> The parameter <span style="color: #333399">file</span> can be added in any TBS field.<br />
  If the sub-template is an Html page, then only the BODY part is include into the main template.</p>
</body>
</html>