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

Unified Diff: templates/default.tmpl

Issue 29516622: Issue 5511 - Create Product Help Home Template for help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Rebase Created Sept. 11, 2017, 2:46 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
Index: templates/default.tmpl
===================================================================
--- a/templates/default.tmpl
+++ b/templates/default.tmpl
@@ -42,14 +42,16 @@
<![endif]-->
{% block head %}
{{ head | safe }}
{% endblock %}
</head>
<body>
<? include layout/header ?>
+ <div class="outer">
{% block body %}
{{ body | safe }}
{% endblock %}
+ </div>
<script src="/js/main.js"></script>
</body>
<html>

Powered by Google App Engine
This is Rietveld