{#if label || method}
{#if method}
{method}
{/if} {#if label}
{label}
{/if}
{#if lang}
{lang}
{/if}
{/if}
{@html code}
copyText(id, code)} class="absolute top-3 right-3 p-1.5 rounded-lg border border-[#e5e5e5] dark:border-gray-800 text-[#888] dark:text-gray-600 hover:text-[#0f0f0f] dark:hover:text-gray-200 hover:border-[#ccc] dark:hover:border-gray-700 transition-all text-xs font-mono bg-white dark:bg-gray-950" title="Copy to clipboard" > {$copiedId === id ? '✓' : '⎘'}