Move data files into the Python package.
The packe directory is now always searched for include files, after
all other directoreis given in $YML_PATH.
include yslt.yml2
stylesheet {
template "/" html {
head title "Customer List";
body apply "list";
}
template "list" table apply "customer[starts-with(name, 'Kurt')]";
template "customer" tr {
td value "id";
td value "name";
}
}