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

Unified Diff: templates/product-home.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/default.tmpl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/product-home.tmpl
===================================================================
--- a/templates/product-home.tmpl
+++ b/templates/product-home.tmpl
@@ -1,9 +1,9 @@
-{% extends "templates/default" %}
+{% extends "templates/minimal" %}
{% set product = products[product_id] %}
{% block body %}
<main id="main" class="container">
<h1 class="product-heading">
<img class="heading-icon" src="/img/png/logo-{{ product_id }}.png" srcset="/img/svg/logo-{{ product_id }}.svg 2x" alt="{{ product.full_name+" Logo" | translate( product_id+"-logo-alt", "Image alt text") }}">
@@ -53,8 +53,12 @@
</ul>
</section>
{% endif %}
{% endfor %}
</div>
</main>
{% endblock %}
+
+{% block footer %}
+<? include contact ?>
+{% endblock %}
« no previous file with comments | « templates/default.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld