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

Unified Diff: templates/default.tmpl

Issue 29567642: Issue 5414 - Add style guide page to help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Update default.tmpl to include .container.content classes Created Oct. 16, 2017, 2:37 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/article.tmpl ('k') | templates/product-home.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/default.tmpl
===================================================================
--- a/templates/default.tmpl
+++ b/templates/default.tmpl
@@ -1,9 +1,7 @@
{% extends "templates/minimal" %}
{% block body %}
- {{ body | safe }}
+ <main id="main" class="container content">
+ {{ body | safe }}
+ </main>
{% endblock %}
-
-{% block footer %}
- <? include contact ?>
-{% endblock %}
« no previous file with comments | « templates/article.tmpl ('k') | templates/product-home.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld