02b14fe87cba6307a0f1a26280fd0360c0acc711
[depot.git] / hello_xml_world.builder
1 xml.html do
2 xml.head do
3 xml.title "Hello World"
4 end
5
6 xml.body do
7 xml.p "abes"
8 xml.p "monks"
9 xml.p "wiseguys"
10 end
11 end