<%@ taglib uri="/WEB-INF/template.tld" prefix="template" %>

<html>
 <body>
  <p>
  <b>Verify</b><br/>
   This applies test3_template1 (solid border) that has 1 section, 
   and passes that section (dotted border).
  </p>

  test3 apply test3_template1 before:<br />

  <template:apply url="test3_template1.jsp">
   <template:section name="section1">
    <div  style="border-style: dashed;">
     test3_section1 body
    </div>
   </template:section>
  </template:apply>

  test3 apply test3_template1 after<br />

 </body>
</html>
