Started by
BaRiBoD
on
Topic category: Plugins and third-party tools
I want to use <#if>, but when I use it in the procedure, no code is generated.
<#if input$time == 0>
do something
<#else>
do something
</#if>
Of course, that's not all I created a .ftl file in utils and wanted to use it, and when I included it somewhere, no code was generated.
Edited by BaRiBoD on Sun, 08/06/2023 - 16:41