UNPKG

lite

Version:

A cross platform template engine base on xml/html and javascript expression.

20 lines (18 loc) 510 B
<lite encoding="utf-8" type="text/html"> <!-- <extension namespace="http://www.w3c.org/1999/xhtml" package="lite-extension-example" /> --> <group> <group layout="/example/layout.xhtml"> <include>/example/*.xhtml</include> <exclude>/example/*.xhtml</exclude> </group> <group layout="/doc/guide/layout.xhtml"> <include>/doc/guide/*.xhtml</include> </group> <group layout="/book/layout.xhtml"> <include>/book/*.xhtml</include> </group> </group> <include>**.xhtml</include> </lite>