Mercurial > hg > contenttransformer
view example/include.html @ 21:7ad9bbc070be
update metadata
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 03 Nov 2020 08:20:08 -0800 |
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>