mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 11:24:29 -07:00
9 lines
207 B
HTML
9 lines
207 B
HTML
|
|
<div class="bd-snippet">
|
||
|
|
<div class="bd-snippet-preview">
|
||
|
|
{{ include.content }}
|
||
|
|
</div>
|
||
|
|
<div class="bd-snippet-code">
|
||
|
|
{% highlight html %}{{ include.content }}{% endhighlight %}
|
||
|
|
</div>
|
||
|
|
</div>
|