jinja.palletsprojects.com/en/2.11.x/templates/
Template Designer Documentation — Jinja Documentation (2.11.x)
This document describes the syntax and semantics of the template engine and will be most useful as reference to those creating Jinja templates. As the template engine is very flexible, the configuration from the application can be slightly different from t
jinja.palletsprojects.com
파이썬 Flask 사용법 2 (Jinja2 템플릿, 변수, 조건문/반복문) - 아무튼 워라밸
쉽고 가벼운 파이썬 마이크로 웹 프레임워크 Flask. Flask에서 HTML문서를 렌더링하는 템플릿 엔진 Jinja2 사용법, 파이썬 변수, 조건문/반복문을 사용법을 최대한 쉽게 정리했다.
hleecaster.com
(flask) jinja2 {% include %} 활용 - 이상한모임
대단한건 아니고, flask 는 기본적으로 jinja2 를 템플릿 언어로 사용하는데 사용하다 보면 하나의 template에서 공통적으로 사용되어 지는 부분이 있다. 예를 들면, 같은 css 나, 자바스크립트를 가져
blog.weirdx.io
stackoverflow.com/questions/50511034/dynamically-update-javascript-variables-using-jinja
Dynamically update Javascript variables using Jinja?
I have a web form created that requires template creation by the user. Calling all previous entries that are templates isn't an issue, but passing the information to the form when called seems to be
stackoverflow.com
'Python' 카테고리의 다른 글
[PYTHON] TXT 파일 생성 / 수정 / 읽기 (한글깨짐) (0) | 2021.04.07 |
---|---|
[Python] 기본 문법 (0) | 2021.04.06 |
[PYTHON] .gitignore pycache not working (0) | 2021.03.17 |
[python] 파이썬 format 함수 (문자열 포매팅 방법) (0) | 2021.03.12 |
[Python] frame 개념 찾아보자 (0) | 2021.03.11 |