| Index: templates/product-home.tmpl |
| =================================================================== |
| --- a/templates/product-home.tmpl |
| +++ b/templates/product-home.tmpl |
| @@ -1,8 +1,10 @@ |
| +title_suffix={{ products[product_id].full_name }} |
|
ire
2017/12/13 19:30:14
Variables don't work here :(
(Or is there some o
juliandoucette
2017/12/14 12:38:22
Correct, variables don't work in frontmatter.
I t
ire
2017/12/14 14:58:11
This worked! Thanks.
|
| + |
| {% extends "templates/minimal" %} |
| {% set product = products[product_id] %} |
| {% block body %} |
| <main id="main" class="container"> |
| <header class="product-heading"> |
| <h1 class="has-pre-icon"> |