0) rich-links-show-filter-groups #end
#if ($rich-links-show-filter-group-names == "true") rich-links-show-filter-group-names #end
#if ($rich-links-show-creation-date == "true") rich-links-show-creation-date #end
#if ($rich-links-show-publish-date == "true") rich-links-show-publish-date #end
#if ($rich-links-show-last-modified == "true") rich-links-show-last-modified #end
#if ($rich-links-show-last-modifier-image == "true") rich-links-show-last-modifier-image #end
#if ($rich-links-show-last-modifier == "true") rich-links-show-last-modifier #end
#if ($rich-links-show-page-status == "true") rich-links-show-page-status #end
$!class"
id="content-block-$id"
data-macro-id="$macroId"
data-content-block="$id"
#if ($brikitCore.isSet($rich-links-grid))
data-grid-layout-class="$rich-links-grid"
#else
#if ($rich-links-columns) data-rich-links-columns="$rich-links-columns" #end
#end
#if ($rich-links-image-height) data-rich-links-image-height="$rich-links-image-height" #end
#if ($brikitCore.isSet($nameHTML)) data-name="$nameHTML" #end
#if ($brikitCore.isSet($anchor)) data-anchor="$anchor" #end
#if ($rich-links-title-length) data-rich-links-title-length="$rich-links-title-length" #end
#if ($rich-links-title-length-mobile) data-rich-links-title-length-mobile="$rich-links-title-length-mobile" #end
#if ($rich-links-details-length) data-rich-links-details-length="$rich-links-details-length" #end
#if ($rich-links-details-length-mobile) data-rich-links-details-length-mobile="$rich-links-details-length-mobile" #end
style="
#if ($brikitCore.phone || $isRemote)
#sizeStyles(false false $margin $padding)
#if ($brikitCore.isSet($height)) min-height: $height; #end
#elseif ($macro.pdf)
#sizeStyles(false false $margin $padding)
#else
#sizeStyles($height false $margin $padding)
#end
#if ($overflow && $overflow != "hidden") overflow:$overflow; #end
#backgroundStyles($background-color $background-image-theme $background-image $background-position $background-repeat $background-size $gradient-top-color $gradient-bottom-color $gradient-top $gradient-bottom)
#borderStyles($border-width $border-style $border-color $border-radius)
#boxShadowStyles($box-shadow)
#if ($startCollapsed) display:none; #end
"
#foreach ($groupName in $rich-links-show-filter-groups)
#set ($filterGroup = $brikitCore.filterGroupJSON($groupName))
#if ($filterGroup)
#set ($groupNameSafe = $brikitCore.classify($groupName))
data-filter-group="$groupNameSafe"
#foreach ($filter in $filterGroup.filters)
data-filter-group-name-$filter.label="$groupName"
data-filter-group-name-safe-$filter.label="$groupNameSafe"
data-filter-group-filter-$filter.label="$filter.displayString"
#end
#end
#end
>#end#if ($brikitDebug) $id #{end}#if ($asynchronous-load == "true" && !$macro.pdf)
Loading...#else
#if ($rich-links-show-headings == "true")
#parse("$brikitCore.parseFileLocation/html/includes/rich-link-headings.html")
#end$body
#if ($rendered)
$brikitCore.text("com.brikit.themepress.include-content.edit-mode.link")
#end
#end