sophokles187_data-cards/docs/_includes/code.html
2025-03-28 02:16:22 +01:00

6 lines
342 B
HTML

<div class="code-container" style="margin: 1.5rem 0;">
<div class="code-header" style="background-color: #f6f8fa; padding: 0.5rem 1rem; border: 1px solid #ddd; border-bottom: none; border-radius: 3px 3px 0 0;">
<span>{{ include.title | default: "Example" }}</span>
</div>
<pre><code>{{ include.code }}</code></pre>
</div>