File: block

package info (click to toggle)
libhtml-formfu-perl 2.05000-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,328 kB
  • ctags: 831
  • sloc: perl: 12,785; makefile: 9; sql: 5
file content (4 lines) | stat: -rw-r--r-- 209 bytes parent folder | download | duplicates (12)
1
2
3
4
[% INCLUDE start_block %]
[% IF self.content.defined %][% self.content %]
[% ELSE %][% FOREACH element = self.elements %][% INCLUDE $element.filename self = element %]
[% END %][% END %][% INCLUDE end_block %]