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

Update file README.md

parent 9d1c22a5
No related branches found
No related tags found
1 merge request!1Update 236 files
...@@ -10,10 +10,9 @@ syntax. Then the template is passed data to render the final document. ...@@ -10,10 +10,9 @@ syntax. Then the template is passed data to render the final document.
포함하는 것: 포함하는 것:
- Template inheritance and inclusion. - Template inheritance and inclusion. 템플릿은 상속과 포함
- Define and import macros within templates. - Define and import macros within templates. 탬플릿에 매크로를 정의하고 가져올 수 있음
- HTML templates can use autoescaping to prevent XSS from untrusted - HTML templates can use autoescaping to prevent XSS from untrusted user input. 오토이스케이핑을 통해 인가되지 않은 사용자의 XSS 공격을 방지
user input.
- A sandboxed environment can safely render untrusted templates. - A sandboxed environment can safely render untrusted templates.
- AsyncIO support for generating templates and calling async - AsyncIO support for generating templates and calling async
functions. functions.
...@@ -28,9 +27,8 @@ Jinja's philosophy is that while application logic belongs in Python if ...@@ -28,9 +27,8 @@ Jinja's philosophy is that while application logic belongs in Python if
possible, it shouldn't make the template designer's job difficult by possible, it shouldn't make the template designer's job difficult by
restricting functionality too much. restricting functionality too much.
진자의 철학은 가능한 파이썬의 유연한 논리적 구조를 활용하는 것 입니다. 진자의 철학은 가능한한 파이썬의 유연한 논리적 구조를 활용하는 것 입니다.
이를 통하여 템플릿을 만드는 사람들의 업무가 과도하게 엄격한 기능들에의해 방해받지 않도록 합니다. 이를 통하여 작업자의 업무가 엄격한 기능에 제한되지 않도록 합니다.
## In A Nutshell ## In A Nutshell
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment