Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: templates/article.tmpl

Issue 29550574: Issue 5693 - Add Article Content to help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Created Sept. 20, 2017, 8:08 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 %}
« pages/adblockplus/add-a-filter-list.md ('K') | « pages/adblockplus/what-are-acceptable-ads.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld