{#if _tags._deleted === "yes"} {:else}
{#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}