Mercurial > hg > contenttransformer
view example/include.html @ 25:2a2063d571a6
py3
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Mon, 28 Dec 2020 20:42:56 +0000 |
parents | 805cadc2b825 |
children |
line wrap: on
line source
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://genshi.edgewall.org/"> <head> <title>using genshi content transformer</title> </head> <body> <xi:include href="hello.html"/> </body> </html>