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

Unified Diff: templates/raw.tmpl

Issue 29611624: Issue 6047 - Updated templates and uninstalled pages (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Addressed comments in #15 Created Dec. 18, 2017, 12:55 p.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
« no previous file with comments | « templates/minimal.tmpl ('k') | templates/simple.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/raw.tmpl
===================================================================
--- a/templates/raw.tmpl
+++ b/templates/raw.tmpl
@@ -10,9 +10,23 @@
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
#}
-{{body|safe}}
+<!DOCTYPE html>
+<html <? include html-attributes ?>>
+
+ <head>
+ {% block head %}
+ {{ head | safe }}
+ {% endblock %}
+ </head>
+
+ <body>
+ {% block body %}
+ {{ body | safe }}
+ {% endblock %}
+ </body>
+</html>
« no previous file with comments | « templates/minimal.tmpl ('k') | templates/simple.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld