From 9d1c22a572126f31c3062e99f64039d9304d9794 Mon Sep 17 00:00:00 2001 From: Jaemin Shin <jaminshiny@ajou.ac.kr> Date: Sat, 21 Dec 2024 21:35:48 +0900 Subject: [PATCH] Update file README.md --- jinja-main/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jinja-main/README.md b/jinja-main/README.md index 629365c..da4cff0 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 -- GitLab