문서의 이전 판입니다!
General → Content Types
에서 HTML에 *.ftl
을 등록해주면 HTML 템플릿 엔진으로 사용가능.- null인가? <#if aVariable??> - 문자열의 경우 null이거나, empty인가? <#if aVariable?has_content> 혹은 <#if aVariable!?size > 0 or aVariable!?length > 0> - Missing Value Operator. someValue가 존재하는가? <#if someValue??> ... - someValue와 someProp이 모두 존재해야 true <#if (someValue.somePrope)??>
${someValue!"기본값"}
<#macro showDealUnitTemplate deals deal?default.. idx>...</#macro> 혹은.. <#macro showDealUnitTemplate deals deal="" idx>...</#macro>
cfg.setNumberFormat("0.######"); // now it will print 1000000