vb@0: include yslt.yml2 vb@0: vb@0: stylesheet { vb@0: template "/" html { vb@0: head title "Customer List"; vb@0: body apply "list"; vb@0: } vb@0: vb@0: template "list" table apply "customer[starts-with(name, 'Kurt')]"; vb@0: vb@0: template "customer" tr { vb@0: td value "id"; vb@0: td value "name"; vb@0: } vb@0: }