Skip to content
Snippets Groups Projects
Commit 9d1c22a5 authored by Jaemin Shin's avatar Jaemin Shin
Browse files

Update file README.md

parent 6949b3c2
No related branches found
No related tags found
1 merge request!1Update 236 files
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment