mirror of
https://github.com/sophokles187/data-cards.git
synced 2026-07-22 12:30:26 +00:00
7 lines
186 B
HTML
7 lines
186 B
HTML
|
|
<div class="code-container">
|
||
|
|
<div class="code-header">
|
||
|
|
<span>{{ include.title | default: "Example" }}</span>
|
||
|
|
</div>
|
||
|
|
<pre><code>{{ include.code }}</code></pre>
|
||
|
|
</div>
|