{% if header != empty %}{{header}}{% endif %} {% if class != empty -%} {{ class }} {% if class_name != empty %}{{ class_name }}{% endif %} { {% endif %} {% if sub_header != empty %}{{sub_header}}{% endif %} {% for color in color_values -%} {{color}} {% endfor -%} {% for font in font_values -%} {{font}} {% endfor -%} {% for spacing in spacing_values -%} {{spacing}} {% endfor -%} {% for border_width in border_width_values -%} {{border_width}} {% endfor -%} {% for border_radius in border_radius_values -%} {{border_radius}} {% endfor -%} {% for letter_spacing in letter_spacing_values -%} {{letter_spacing}} {% endfor -%} {% for font_sizes in font_sizes_values -%} {{font_sizes}} {% endfor -%} {% for font_weights in font_weights_values -%} {{font_weights}} {% endfor -%} {% for font_families in font_families_values -%} {{font_families}} {% endfor -%} {% for line_height in line_height_values -%} {{line_height}} {% endfor -%} {% for box_shadow in box_shadow_values -%} {{box_shadow}} {% endfor -%} {% for composition in composition_values -%} {{composition}} {% endfor -%} {% for paragraph_spacing in paragraph_spacing_values -%} {{paragraph_spacing}} {% endfor -%} {% for paragraph_indent in paragraph_indent_values -%} {{paragraph_indent}} {% endfor -%} {% for text_case in text_case_values -%} {{text_case}} {% endfor -%} {% for text_decoration in text_decoration_values -%} {{text_decoration}} {% endfor -%} {% for number in number_values -%} {{number}} {% endfor -%} {% for text in text_values -%} {{text}} {% endfor -%} {% for boolean in boolean_values -%} {{boolean}} {% endfor -%} {% for sizing in sizing_values -%} {{sizing}} {% endfor -%} {% for other in other_values -%} {{other}} {% endfor -%} {% if sub_footer != empty %}{{sub_footer}}{% endif %} {% if class != empty %} } {% endif -%} {% if footer != empty %}{{footer}}{% endif -%}