{#if _tags._deleted === "yes"}
{:else}
{#each layer.titleIcons as titleIconConfig} {#if ( titleIconConfig.condition?.matchesProperties(_tags) ?? true) && (titleIconConfig.metacondition?.matchesProperties(_tags) ?? true) && titleIconConfig.IsKnown(_tags)}
{/if} {/each}
{#each layer.tagRenderings as config (config.id)} {#if (config.condition === undefined || config.condition.matchesProperties(_tags)) && (config.metacondition === undefined || config.metacondition.matchesProperties({ ..._tags, ..._metatags }))} {#if config.IsKnown(_tags)}
{/if} {/if} {/each}
{/if}