14 lines
464 B
Handlebars
14 lines
464 B
Handlebars
{{category-drop category=firstCategory categories=parentCategories}}
|
|
|
|
{{#if childCategories}}
|
|
{{category-drop category=secondCategory parentCategory=firstCategory categories=childCategories subCategory="true" noSubcategories=noSubcategories}}
|
|
{{/if}}
|
|
|
|
{{#if siteSettings.tagging_enabled}}
|
|
{{tag-drop firstCategory=firstCategory secondCategory=secondCategory tagId=tagId}}
|
|
{{/if}}
|
|
|
|
{{plugin-outlet "bread-crumbs-right" tagName="li"}}
|
|
|
|
<div class='clear'></div>
|