Skip to content

Instantly share code, notes, and snippets.

@muhdkhokhar
Last active December 25, 2024 10:43
Show Gist options
  • Save muhdkhokhar/a4ef2f714549c533a9adba878009eb31 to your computer and use it in GitHub Desktop.
Save muhdkhokhar/a4ef2f714549c533a9adba878009eb31 to your computer and use it in GitHub Desktop.
<#macro setAttr name value>
@${name}=${value?if_exists?string('null', value)!'null'}
</#macro>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment