2017-08-30 20:33:49 +00:00
|
|
|
<div class="
|
|
|
|
bd-snippet
|
|
|
|
{% if include.horizontal %}bd-is-horizontal{% else %}bd-is-vertical{% endif %}
|
2017-08-30 21:21:30 +00:00
|
|
|
{% if include.clipped %}bd-is-clipped{% endif %}
|
2017-08-30 20:33:49 +00:00
|
|
|
{% if include.size %}bd-is-{{ include.size }}{% endif %}
|
|
|
|
">
|
2017-08-30 19:44:39 +00:00
|
|
|
<div class="bd-snippet-preview">
|
|
|
|
{{ include.content }}
|
|
|
|
</div>
|
2017-08-30 20:33:49 +00:00
|
|
|
<div class="bd-snippet-code {% unless include.clipped %}highlight-full{% endunless %}">
|
2017-08-30 19:44:39 +00:00
|
|
|
{% highlight html %}{{ include.content }}{% endhighlight %}
|
|
|
|
</div>
|
|
|
|
</div>
|