[PYTHON/FASTAPI] FastAPI 클래스 : JINJA 템플리트 사용하기

■ FastAPI 클래스에서 JINJA 템플리트를 사용하는 방법을 보여준다. ▶ template/home.html

▶ template/todo.html

▶ model.py

▶ todo_router.py

▶ main.py

[PYTHON/JINJA2] 반복문 사용하기

■ JINJA 템플리트 엔진에서 반복문을 사용하는 방법을 보여준다. ▶ 예제 코드 (HTML)

▶ 반복문에서 사용되는 특수 변수