Last active
December 25, 2024 10:43
-
-
Save muhdkhokhar/a4ef2f714549c533a9adba878009eb31 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<#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