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

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

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

 test5_template1 end
</div>

