{%- comment -%} Usage: include example.html content=markup [args], where content is a capture with the HTML content args can be one of the following: id - null (default) class - "bd-example" (default) optional: hide_preview - disabled (default) optional: hide_markup - disabled (default) {%- endcomment -%} {%- assign id = include.id -%} {%- assign class = include.class -%} {%- if include.hide_preview == null -%}