| OLD | NEW | 
|   1 {% extends "templates/minimal" %} |   1 {% extends "templates/minimal" %} | 
|   2  |   2  | 
|   3 {% set product = products[product_id] %} |   3 {% set product = products[product_id] %} | 
|   4  |   4  | 
|   5 {% block body %} |   5 {% block body %} | 
|   6 <nav aria-label="{{ "Breadcrumb" | translate("breadcrumb-label", "Label") }}" cl
    ass="breadcrumb"> |   6 <nav aria-label="{{ "Breadcrumb" | translate("breadcrumb-label", "Label") }}" cl
    ass="breadcrumb"> | 
|   7   <ol class="container large-desktop-width clearfix" itemscope itemtype="http://
    schema.org/BreadcrumbList"> |   7   <ol class="container large-desktop-width clearfix" itemscope itemtype="http://
    schema.org/BreadcrumbList"> | 
|   8     <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListIte
    m"> |   8     <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListIte
    m"> | 
|   9       <a class="has-pre-icon" itemscope itemtype="http://schema.org/Thing" itemp
    rop="item" href="{{ product.slug }}"> |   9       <a class="has-pre-icon" itemscope itemtype="http://schema.org/Thing" itemp
    rop="item" href="{{ product.slug }}"> | 
|  10         <span class="pre-icon" style="{{ get_inline_bg('logo-'+product_id) }}"><
    /span> |  10         <span class="pre-icon" style="{{ get_inline_bg('logo-'+product_id) }}"><
    /span> | 
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  52 <script id="no-content-for-platform-message" type="text/template"> |  52 <script id="no-content-for-platform-message" type="text/template"> | 
|  53   <p>{{ "Unfortunately, there is no content specific for your current browser. P
    lease use the dropdown menu above to choose a different browser." | translate("n
    o-content-for-platform-message", "paragraph") }}</p> |  53   <p>{{ "Unfortunately, there is no content specific for your current browser. P
    lease use the dropdown menu above to choose a different browser." | translate("n
    o-content-for-platform-message", "paragraph") }}</p> | 
|  54 </script> |  54 </script> | 
|  55 {% endblock %} |  55 {% endblock %} | 
|  56  |  56  | 
|  57 {% block footer %} |  57 {% block footer %} | 
|  58 <? include contact ?> |  58 <? include contact ?> | 
|  59 {% endblock %} |  59 {% endblock %} | 
|  60  |  60  | 
|  61 {% block scripts %} |  61 {% block scripts %} | 
|  62 <script src="/js/vendor/bowser.js"></script> |  62 <script src="/dist/js/vendor/bowser.min.js"></script> | 
|  63 {% endblock %} |  63 {% endblock %} | 
| OLD | NEW |