diff --git a/jinja-main/README.md b/jinja-main/README.md index f4aa7cbea5d88aef2fdeafb9457b3a5b26111439..629365c7fb118cb6b8d5253bf7823af7cb7fb72b 100644 --- a/jinja-main/README.md +++ b/jinja-main/README.md @@ -4,7 +4,11 @@ Jinja is a fast, expressive, extensible templating engine. Special placeholders in the template allow writing code similar to Python syntax. Then the template is passed data to render the final document. -It includes: +진자는 빠르고, 직관적이며 확장성이 뛰어난 템플릿 엔진입니다. +특히 템플릿에서 사용되는 구문들은 파이썬 문법과 유사하게 구성되어 있습니다. +그로 인해 템플릿은 출력될 최종 문서에 정보를 전달합니다. + +포함하는 것: - Template inheritance and inclusion. - Define and import macros within templates.