1
include yslt.yml2
2
3
stylesheet {
4
template "/list" html body table apply "address";
5
template "address" tr apply "*";
6
template "*" td value ".";
7
}