1
include yslt.yml2
2
3
stylesheet {
4
template "/list" html body table border=1 apply "address";
5
6
template "address" tr {
7
td value "name";
8
td value "street";
9
td value "city";
10
}
11