| Index: templates/article.tmpl |
| =================================================================== |
| --- a/templates/article.tmpl |
| +++ b/templates/article.tmpl |
| @@ -1,9 +1,9 @@ |
| -{% extends "templates/default" %} |
| +{% extends "templates/minimal" %} |
| {% set product = products[product_id] %} |
| {% block body %} |
| [Breadcrumbs] |
| <main id="main" class="container clearfix"> |
| <article class="article card {{ product_id }}-card section column two-thirds"> |
| @@ -27,8 +27,12 @@ |
| <? include product-topics-accordion ?> |
| </aside> |
| </main> |
| <script id="no-content-for-platform-message" type="text/template"> |
| <p>{{ "Unfortunately, there is no content specific for your current browser. Please use the dropdown menu above to choose a different browser." | translate("no-content-for-platform-message", "paragraph") }}</p> |
| </script> |
| {% endblock %} |
| + |
| +{% block footer %} |
| +<? include contact ?> |
| +{% endblock %} |