v2 / vlib / v / tests / tmpl / parent.html
4 lines · 4 sloc · 113 bytes · be1bb60110fa6359a792986e46549ed15c15c2b0
Raw
1@include 'base'
2@include 'nested/child'
3@include 'nested/nested_deeper/grandchild'
4<p>This is the parent file</p>