| Index: templates/article.tmpl | 
| =================================================================== | 
| --- a/templates/article.tmpl | 
| +++ b/templates/article.tmpl | 
| @@ -10,17 +10,17 @@ | 
| <h1 class="article-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") }}"> | 
|  | 
| {{ title | translate( get_page_name(page) + "-title", "Article title") }} | 
| </h1> | 
|  | 
| {% if hide_browser_selector is not defined %} | 
| <div class="article-browser-selector"> | 
| -        [Browser selector] | 
| +        <? include browser-select ?> | 
| </div> | 
| {% endif %} | 
|  | 
| <div class="article-body content"> | 
| {{ body | safe }} | 
| </div> | 
| </article> | 
| <aside class="section column one-third"> | 
|  |