annotate examples/basic/common/default_header.html @ 14:76b5d4b189e6

The `<py:match>` directive now protects itself against simple infinite recursion (see MatchDirective), while still allowing recursion in general.
author cmlenz
date Tue, 13 Jun 2006 17:56:42 +0000
parents e86dcec16d55
children
rev   line source
3
e86dcec16d55 Added basic example.
cmlenz
parents:
diff changeset
1 <head>
e86dcec16d55 Added basic example.
cmlenz
parents:
diff changeset
2 <title>Hello ${hello}</title>
e86dcec16d55 Added basic example.
cmlenz
parents:
diff changeset
3 <style type="text/css">@import(style.css)</style>
e86dcec16d55 Added basic example.
cmlenz
parents:
diff changeset
4 </head>
Copyright (C) 2012-2017 Edgewall Software