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

Update file README.md

parent bbfb58d9
No related branches found
No related tags found
1 merge request!1Update 236 files
...@@ -4,7 +4,11 @@ Jinja is a fast, expressive, extensible templating engine. Special ...@@ -4,7 +4,11 @@ Jinja is a fast, expressive, extensible templating engine. Special
placeholders in the template allow writing code similar to Python placeholders in the template allow writing code similar to Python
syntax. Then the template is passed data to render the final document. syntax. Then the template is passed data to render the final document.
It includes: 진자는 빠르고, 직관적이며 확장성이 뛰어난 템플릿 엔진입니다.
특히 템플릿에서 사용되는 구문들은 파이썬 문법과 유사하게 구성되어 있습니다.
그로 인해 템플릿은 출력될 최종 문서에 정보를 전달합니다.
포함하는 것:
- Template inheritance and inclusion. - Template inheritance and inclusion.
- Define and import macros within templates. - Define and import macros within templates.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment