본문 바로가기

이거 중요함.

체크안하고 render_template 함수에서 막 쓰면,

자꾸 선언되어 있지 않다고 오류가 막남... variable is undefined? 이런류의 에러, Exception 발생

 

들어올 수 도 있고 안 들어 올 수 도 있는 변수는 쓰기 전에 반드시 체크하고 사용하기 바람.

 

{% if variable is defined %}

variable is defined <- 쓰이기 전에 이렇게 definded 되어 있는지 확인하자.

{% else %}

variable is not defined

{% endif %}

 

www.shellhacks.com/jinja2-check-if-variable-empty-exists-defined-true/

 

Jinja2: Check If Variable - Empty | Exists | Defined | True - ShellHacks

How to check if Jinja2 variable is empty or not empty, exists or not exists, defined or not defined, if it is set to True or not.

www.shellhacks.com

 

BJ.

빈의자 공허함 공간

Paula Schmidt 님의 사진, 출처: Pexels

B로그0간

개발 관련 글과 유용한 정보를 공유하는 공간입니다.