parent
a82a67b375
commit
840c027a92
1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||||||
|
<#macro ms_file jsonString> |
||||||
|
<#if jsonString??&&jsonString!=''> |
||||||
|
<@compress> |
||||||
|
${jsonString?eval[0].path} |
||||||
|
</@compress> |
||||||
|
</#if> |
||||||
|
</#macro> |
||||||
Loading…
Reference in new issue