File: template.htt

package info (click to toggle)
jaxml 3.01-6.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 156 kB
  • ctags: 101
  • sloc: python: 632; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 674 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
You can visit ##link_to_my_homepage## if you want.

<br />
<font color="##font_color##">This document shows how well work the
variables substitution method (the _template() method).
</font>

<br />
If you look at the source of this document, you will see that
the 'some_text' variable wasn't replaced ##some_text## with anything but instead,
put in a comment. That's because the calling program didn't pass this
variable to the _template() method.

<br />
Just below a variable is incuded in a comment but when it is replaced it will be put out
of the comment, just like in the Whiz package from Neale Pickett at the LANL:

<!-- ##another_variable## -->

<br />
Bye.
<br />