{% macro theme_demo(theme_name="Bootstrap") %}

{{ theme_name }}

The {{ theme_name }} style.

{% endmacro %}