From b00cd3cf788d551915bbb9a4ee45a11493ad0c0f Mon Sep 17 00:00:00 2001 From: "qiongying.jia" Date: Tue, 20 May 2025 11:22:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E5=8A=A8=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- a.py | 1 + 1 file changed, 1 insertion(+) diff --git a/a.py b/a.py index 1705d5d..248128c 100644 --- a/a.py +++ b/a.py @@ -1,4 +1,5 @@ #this is test message +#another try: import jinja2 template = jinja2.Template("Hello {{ name }}!") -- GitLab