 Issue 29519587:
  Issue 5534 - Create Contact Section for help.eyeo.com  (Closed) 
  Base URL: https://hg.adblockplus.org/help.eyeo.com
    
  
    Issue 29519587:
  Issue 5534 - Create Contact Section for help.eyeo.com  (Closed) 
  Base URL: https://hg.adblockplus.org/help.eyeo.com| Left: | ||
| Right: | 
| LEFT | RIGHT | 
|---|---|
| 1 {% extends "templates/minimal" %} | 1 {% extends "templates/minimal" %} | 
| 2 | 2 | 
| 3 {% block body %} | 3 {% block body %} | 
| 4 {{ body | safe }} | 4 {{ body | safe }} | 
| 5 {% endblock %} | |
| 5 | 6 | 
| 7 {% block footer %} | |
| 6 <? include contact ?> | 8 <? include contact ?> | 
| 
ire
2017/09/25 08:47:36
I'm having an issue here. The contact section does
 
juliandoucette
2017/09/25 12:15:22
The contents of blocks are replaced; not extended.
 
ire
2017/09/25 14:02:25
Ah I see. Got it. 
Putting the include outside th
 | |
| 7 {% endblock %} | 9 {% endblock %} | 
| LEFT | RIGHT |