flask에서 render_template함수를 사용해서 html을 렌더할 때, jinja템플릿을 사용한다. https://jinja.palletsprojects.com/en/3.1.x/templates/ Template Designer Documentation — Jinja Documentation (3.1.x) Template Designer Documentation This document describes the syntax and semantics of the template engine and will be most useful as reference to those creating Jinja templates. As the template engine is very flexible, the ..