Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
foss-2024-2-final
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jaemin Shin
foss-2024-2-final
Commits
592c1ea0
Commit
592c1ea0
authored
5 months ago
by
Jaemin Shin
Browse files
Options
Downloads
Patches
Plain Diff
Update file README.md
parent
9d1c22a5
No related branches found
No related tags found
1 merge request
!1
Update 236 files
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
jinja-main/README.md
+5
-7
5 additions, 7 deletions
jinja-main/README.md
with
5 additions
and
7 deletions
jinja-main/README.md
+
5
−
7
View file @
592c1ea0
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment