|
breadcrumb
|
Previous Top Next |
| {{loop breadcrumb}}
|
| (body of loop goes here)
|
| {{/loop}}
|
|
|
| · | label
|
| The label of the category for the current iteration. The label of a category is the name that is displayed to the blog reader.
|
|
|
| · | name
|
| The name of the category for the current iteration. The name of a category is the name used internally by Blogware. A category's name is part of its URL.
|
|
|
| · | selected
|
| A boolean that is true when the category for the current iteration is the current category.
|
|
|
| · | url
|
| The URL of the page for the category for the current iteration.
|
| {{loop breadcrumb}}
|
| <a href="{{url}}">{{label}} ({{name}})</a>
|
| <br>
|
| {{if selected}}
|
| <strong> :: You are here</strong>
|
| {{/if}}
|
| {{/loop}}
|
| Main Page (mainpage)
|
| Sports (sports)
|
| Archery (archery) :: You are here
|