기본 if문
HubL은 if 문을 사용하여 템플릿의 논리를 정의하는 데 도움을 줍니다. HubL if 문의 구문은 Python의 조건부 논리와 매우 유사합니다.- Hubl
{@% if condition %@}
If the condition is true print this to template.
{@% endif %@}
If the condition is true print this to template.
{@% endif %@}