Advertisement
Guest User

Untitled

a guest
Mar 1st, 2012
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.23 KB | None | 0 0
  1. <f:render section="{sectionName}">
  2.  
  3.     <!--
  4.         Some comments here
  5.     -->
  6.     <f:section name="first-section">
  7.     foo
  8.     </f:section>
  9.  
  10.     <!--
  11.         Some comments there
  12.     -->
  13.     <f:section name="second-section">
  14.     bar
  15.     </f:section>
  16.  
  17. </f:render>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement