 Issue 29516622:
  Issue 5511 - Create Product Help Home Template for help.eyeo.com  (Closed) 
  Base URL: https://hg.adblockplus.org/help.eyeo.com
    
  
    Issue 29516622:
  Issue 5511 - Create Product Help Home Template for help.eyeo.com  (Closed) 
  Base URL: https://hg.adblockplus.org/help.eyeo.com| Index: templates/default.tmpl | 
| =================================================================== | 
| --- a/templates/default.tmpl | 
| +++ b/templates/default.tmpl | 
| @@ -43,15 +43,17 @@ | 
| <![endif]--> | 
| {% block head %} | 
| {{ head | safe }} | 
| {% endblock %} | 
| </head> | 
| <body> | 
| <? include layout/header ?> | 
| + <div class="outer"> | 
| {% block body %} | 
| {{ body | safe }} | 
| {% endblock %} | 
| + </div> | 
| <? include layout/footer ?> | 
| <script src="/js/main.js"></script> | 
| </body> | 
| <html> |