File: framework.thtml

package info (click to toggle)
libtemplates-parser 19-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,180 kB
  • sloc: ada: 11,320; python: 637; makefile: 345; sh: 37
file content (16 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Param is @_$1_@
<div class="block1">
   @@BLOCK(BLOCK1)@@
default for @_$1_@ block1
   @@END_BLOCK@@
</div>
<div class="block2">
   @@BLOCK(BLOCK2)@@
default for @_$1_@ block2
   @@END_BLOCK@@
</div>
<div class="block3">
   @@BLOCK(BLOCK3)@@
default for @_$1_@ block3
   @@END_BLOCK@@
</div>