{{ title }}
{%- if content -%}{{ content }}
{%- endif -%} {%- if link_label and link_url -%} {{ link_label }} {%- endif -%}{%- set split_parts = (split or '6 columns - 6 columns').replace('columns', '').split(' - ') -%} {%- set left_col = 'col-sm-' + split_parts[0].strip() -%} {%- set right_col = 'col-sm-' + split_parts[1].strip() -%} {%- set align_content = 'align-' + (vertical_align or 'Top').lower() -%}
{{ content }}
{%- endif -%} {%- if link_label and link_url -%} {{ link_label }} {%- endif -%}