Guest User

Untitled

a guest
May 26th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <div class="typography">
  2. <% if Menu(2) %>
  3. <% include SideBar %>
  4. <div id="Content">
  5. <% end_if %>
  6.  
  7. <% if Level(2) %>
  8. <% include BreadCrumbs %>
  9. <% end_if %>
  10.  
  11. <h2>$Title</h2>
  12.  
  13. $Content
  14. $Form
  15. $ExtraContent
  16.  
  17. $PageComments
  18.  
  19. <% if Menu(2) %>
  20. </div>
  21. <% end_if %>
  22. </div>
Add Comment
Please, Sign In to add comment