product list path nav html.Review by:@xuqi
Showing
2 changed files
with
4 additions
and
2 deletions
1 | -<p class="path-nav"> | 1 | +{{#if pathNav}} |
2 | + <p class="path-nav"> | ||
2 | {{#each pathNav}} | 3 | {{#each pathNav}} |
3 | {{#if href}} | 4 | {{#if href}} |
4 | <a href="{{href}}"> | 5 | <a href="{{href}}"> |
@@ -18,4 +19,5 @@ | @@ -18,4 +19,5 @@ | ||
18 | </span> | 19 | </span> |
19 | {{/if}} | 20 | {{/if}} |
20 | {{/each}} | 21 | {{/each}} |
21 | -</p> | ||
22 | + </p> | ||
23 | +{{/if}} |
-
Please register or login to post a comment