@if (loading && forceTenorGif) { } @else { @if (forceTenorGif) { FORCE TENOR ACTIVATED } @if (!forceTenorGif && !forceYoutube) { @let t = loading ? '...' : title; @let d = loading ? '...' : description;
@if (img !== '') {
}

{{ t | slice: 0 : 64 }}{{ t.length > 63 ? '...' : '' }}

@if (d) {

{{ d | slice: 0 : 128 }}{{ d.length > 127 ? '...' : '' }}

}

@if (favicon) { } {{ (hostname | slice: 0 : 64) + (hostname.length > 63 ? '...' : '') }}

} }