Sha256: 8c3b2b7ab487cb1d066857072de0c9b8da0f758f36cc0479081cf5b119b9e9d3
Contents?: true
Size: 510 Bytes
Versions: 5
Compression:
Stored size: 510 Bytes
Contents
#breadcrumbs { logic: { <c:forEach var="item" items="${breadcrumbs}" varStatus="loop"> <c:if test="${loop.count != 1}"> _content('separator') </c:if> _element('item') </c:forEach> } } #item { value: item.title; attrs: "href" item.path; logic: { <c:choose> <c:when test="${ !empty item.path }"> _stag _cont _etag </c:when> <c:otherwise> _cont </c:otherwise> </c:choose> } }
Version data entries
5 entries across 5 versions & 1 rubygems