diff --git a/jinja-main/README.md b/jinja-main/README.md index 629365c7fb118cb6b8d5253bf7823af7cb7fb72b..da4cff0cec7c1d1db1957cd98e3101f369a6b595 100644 --- a/jinja-main/README.md +++ b/jinja-main/README.md @@ -5,7 +5,7 @@ placeholders in the template allow writing code similar to Python syntax. Then the template is passed data to render the final document. 진자는 빠르고, 직관적이며 확장성이 뛰어난 템플릿 엔진입니다. -특히 템플릿에서 사용되는 구문들은 파이썬 문법과 유사하게 구성되어 있습니다. +템플릿에서 사용되는 특별한 플레이스 홀더들은 파이썬 문법과 유사하게 구성되어 있습니다. 그로 인해 템플릿은 출력될 최종 문서에 정보를 전달합니다. 포함하는 것: @@ -28,6 +28,9 @@ Jinja's philosophy is that while application logic belongs in Python if possible, it shouldn't make the template designer's job difficult by restricting functionality too much. +진자의 철학은 가능한 파이썬의 유연한 논리적 구조를 활용하는 것 입니다. +이를 통하여 템플릿을 만드는 사람들의 업무가 과도하게 엄격한 기능들에의해 방해받지 않도록 합니다. + ## In A Nutshell