Loading …
There was an error loading this resource. Please try again later.
{# Macros #} {%- macro addTag(name, attributes) %} <{$ name $} {%- for attrName, attrValue in attributes -%} {$ ' ' + attrName $}="{$ attrValue $}" {%- endfor -%} >{$ name $}> {%- endmacro -%}