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

Delta Between Two Patch Sets: templates/default.tmpl

Issue 29519587: Issue 5534 - Create Contact Section for help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Left Patch Set: Update alt text, rebase, refactor links in section-accent Created Sept. 25, 2017, 8:45 a.m.
Right Patch Set: Addressed final NITs Created Oct. 10, 2017, 6:33 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « static/scss/main.scss ('k') | templates/minimal.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
1 {% extends "templates/minimal" %} 1 {% extends "templates/minimal" %}
2 2
3 {% block body %} 3 {% block body %}
4 {{ body | safe }} 4 {{ body | safe }}
5 {% endblock %}
5 6
7 {% block footer %}
6 <? include contact ?> 8 <? include contact ?>
ire 2017/09/25 08:47:36 I'm having an issue here. The contact section does
juliandoucette 2017/09/25 12:15:22 The contents of blocks are replaced; not extended.
ire 2017/09/25 14:02:25 Ah I see. Got it. Putting the include outside th
7 {% endblock %} 9 {% endblock %}
LEFTRIGHT

Powered by Google App Engine
This is Rietveld