{%- macro posss(t = 0, l = 0, b = 0, r = 0) -%} position: fixed;{% if t %}top: {{t}}mm;{% endif %} {% if r %}right: {{r}}mm;{% endif %} {% if b %}bottom: {{b}}mm;{% endif %} {% if l %}left: {{l}}mm;{% endif %} {%- endmacro -%}