aboutsummaryrefslogtreecommitdiffstats
path: root/ste/example/tmpl.c.ste
blob: 7f486cd9c1d03d0c3e555a7eb0f67a2205224dc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
	<body>
	%
		for (int i = 0; i < 10; ++i) {
			%<p>This is paragraph number % INTEGER(i) %</p>%
		}
	%
	</body>
</html>