blob: fbaa0625eda0c194f670760d9799d4f02aedda17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Constructs:
code embedded in output:
<%code> ++i; </%code>
% ++i;
output embedded in code:
int i=0;
<%output>whoa, it's <% i++ %>!</%output>
embed literal in the code:
#define URL "http://www.klever.net/"
<%literal>
a text that is going to be there is a string
with some possibilities <% URL %>
</%literal>
|