|
Revision 124, 478 bytes
(checked in by schst, 5 years ago)
|
fixed bugs with external templates
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
<patTemplate:tmpl name="page"> |
|---|
| 2 |
The page template includes other templates, using the <strong>src</strong> attribute:<br /> |
|---|
| 3 |
<br /> |
|---|
| 4 |
Header:<br /> |
|---|
| 5 |
<patTemplate:tmpl name="header" src="example_attributes_src_header.tmpl" parse="on" /> |
|---|
| 6 |
<br /> |
|---|
| 7 |
Main:<br /> |
|---|
| 8 |
<patTemplate:tmpl name="main" src="example_attributes_src_main.tmpl" parse="on" whitespace="trim" /> |
|---|
| 9 |
<br /> |
|---|
| 10 |
Main:<br /> |
|---|
| 11 |
<patTemplate:tmpl name="footer" src="example_attributes_src_footer.tmpl" parse="on" /> |
|---|
| 12 |
|
|---|
| 13 |
</patTemplate:tmpl> |
|---|