 Issue 29550574:
  Issue 5693 - Add Article Content to help.eyeo.com  (Closed) 
  Base URL: https://hg.adblockplus.org/help.eyeo.com
    
  
    Issue 29550574:
  Issue 5693 - Add Article Content to help.eyeo.com  (Closed) 
  Base URL: https://hg.adblockplus.org/help.eyeo.com| Index: templates/article.tmpl | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/templates/article.tmpl | 
| @@ -0,0 +1,5 @@ | 
| +{% extends "templates/default" %} | 
| 
ire
2017/09/20 08:18:03
I created this file for the purpose of testing the
 
juliandoucette
2017/09/22 14:42:13
Acknowledged.
 | 
| + | 
| +{% block body %} | 
| + {{ body | safe }} | 
| +{% endblock %} |