Source #6:
[% WRAPPER splash/button
style = splash.style.select;
%]
[% WRAPPER splash/text
style = splash.style.select
size = '+1'
-%]
Hello World
[% END %]
[% WRAPPER splash/button + splash/text
style = splash.style.default
bgcol = splash.style.select.col.fore
bold = 1
-%]
Choosing a Language for your Project
[% END %]
[% END %]
|
Output #6:
 |
Hello World
 |
Choosing a Language for your Project
|
 |
 |
 |
|
 |
 |
 |
|
Source #7:
[% WRAPPER splash/button + splash/text
width = '70%'
style = splash.style.select
%]
The Poetry of the Language
[% END %]
[% WRAPPER splash/button
width = "70%"
align = 'left'
%]
Finally, a note of caution. This language, like
English, can be a medium for prose, or a medium
for poetry. The difference between prose and
poetry is not that different languages are used,
but that the same language is used, differently.
[% END %]
|
Output #7:
 |
The Poetry of the Language
|
 |
 |
 |
 |
Finally, a note of caution. This language, like
English, can be a medium for prose, or a medium
for poetry. The difference between prose and
poetry is not that different languages are used,
but that the same language is used, differently.
|
 |
 |
 |
|