| Index: templates/product-home.tmpl |
| =================================================================== |
| --- a/templates/product-home.tmpl |
| +++ b/templates/product-home.tmpl |
| @@ -1,11 +1,12 @@ |
| {% extends "templates/minimal" %} |
| {% set product = products[product_id] %} |
| +{% set title_suffix = product.full_name + " Help Center" %} |
| {% block body %} |
| <main id="main" class="container"> |
| <header class="product-heading"> |
| <h1 class="has-pre-icon"> |
| <span class="pre-icon" style="{{ get_inline_bg('logo-'+product_id) }}"></span> |
| {{ product.full_name + " Help Center" | translate(product_id+"-help-home-title", "Page title") }} |
| </h1> |