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

Delta Between Two Patch Sets: 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
Left Patch Set: Created Oct. 6, 2017, 10:28 a.m.
Right Patch Set: Update default.tmpl to include .container.content classes Created Oct. 16, 2017, 2:37 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « templates/article.tmpl ('k') | templates/product-home.tmpl » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 {% extends "templates/minimal" %} 1 {% extends "templates/minimal" %}
2 2
3 {% block body %} 3 {% block body %}
4 {{ body | safe }} 4 <main id="main" class="container content">
5 {{ body | safe }}
6 </main>
5 {% endblock %} 7 {% endblock %}
6
7 {% block footer %}
8 <? include contact ?>
9 {% endblock %}
LEFTRIGHT

Powered by Google App Engine
This is Rietveld