File: dispatch_outer.xhtml

package info (click to toggle)
libcgi-application-plugin-anytemplate-perl 0.18-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 772 kB
  • sloc: perl: 1,073; sh: 8; makefile: 2
file content (9 lines) | stat: -rwxr-xr-x 392 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<span xmlns:tal="http://purl.org/petal/1.0/">
--begin--
outer_var1:<span tal:replace="outer_var1">var1</span>
<span tal:replace="structure CGIAPP/dispatch 'embed_inner1'">inner component goes here</span>outer_var2:<span tal:replace="outer_var2">var2</span>
outer_var3:<span tal:replace="outer_var3">var3</span>
--end--

</span>