<%@ taglib uri="/WEB-INF/template.tld" prefix="template" %>
<div  style="border-style: solid; border-color: red;">
 test6_template2 start<br/>

 test6_template2 put section1 before:<br/>
 <template:put name="section1" />
 test6_template2 put section1 after<br/>

 test6_template2 put section2 before:<br/>
 <template:put name="section2" />
 test6_template2 put section2 after<br/>

 test6_template2 end
</div>

