{# main form macros #} {# /\ #} {# / \ #} {# / | \ #} {# / | \ #} {# / | \ #} {# / o \ #} {# /____________\ #} {# Note: NEVER EVER use the macros' parameters in a positional style, always #} {# use keyword parameters!!! #} {# NEW style: bscwSegment #} {# REMOVED keyword param 'last' #} {# NOTE: for compatibility we could consume kwargs: #} {# {% if kwargs %}{% endif %} #} {%- macro segment(title='', cl='bscwSegment', content=None, extra='') -%} {%- if not request.is_mobile -%}