base.stripped.html 736 B

12345678910111213141516171819202122232425262728
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6. <title>PBP - {% block title %}{% endblock %}</title>
  7. <link href="{{MEDIA_URL}}css/almanac.css" rel="stylesheet" type="text/css" />
  8. {% block javascript %}{% endblock%}
  9. </head>
  10. <body>
  11. <div class="container_body">
  12. <div class="container_content">
  13. {% block content %}{% endblock %}
  14. {% block content_right %}{% endblock %}
  15. </div><!-- end content_container -->
  16. </div><!-- end container_right -->
  17. </div>
  18. </body>
  19. </html>