2021-01-27 23:30:42 +00:00
|
|
|
<div class="
|
|
|
|
bd-snippet
|
|
|
|
{% if include.horizontal %}bd-is-horizontal{% else %}bd-is-vertical{% endif %}
|
|
|
|
{% if include.fullwidth %}bd-is-fullwidth{% endif %}
|
|
|
|
{% if include.clipped %}bd-is-clipped{% endif %}
|
|
|
|
{% if include.size %}bd-is-size-{{ include.size }}{% endif %}
|
|
|
|
">
|
|
|
|
<div class="bd-snippet-example">
|
|
|
|
<p class="bd-snippet-title">
|
|
|
|
<span class="bd-snippet-tag bd-is-example">Example</span>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<div class="bd-snippet-preview">
|
2018-04-11 23:20:58 +00:00
|
|
|
{% if include.wrapper %}
|
|
|
|
<div class="{{ include.wrapper }}">
|
|
|
|
{{ include.content }}
|
|
|
|
</div>
|
|
|
|
{% else %}
|
|
|
|
{{ include.content }}
|
|
|
|
{% endif %}
|
2017-08-30 21:33:52 +00:00
|
|
|
</div>
|
2021-01-27 23:30:42 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="bd-snippet-source">
|
|
|
|
<p class="bd-snippet-title">
|
|
|
|
<span class="bd-snippet-tag bd-is-html">HTML</span>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<div
|
|
|
|
class="
|
|
|
|
bd-snippet-code
|
|
|
|
{% unless include.clipped %}bd-highlight-full{% endunless %}
|
|
|
|
{% if include.more %}bd-is-more bd-is-more-clipped{% endif %}
|
|
|
|
"
|
|
|
|
>
|
2017-08-30 21:33:52 +00:00
|
|
|
{% highlight html %}{{ include.content }}{% endhighlight %}
|
|
|
|
</div>
|
2017-08-30 19:44:39 +00:00
|
|
|
</div>
|
2021-01-27 23:30:42 +00:00
|
|
|
</div>
|