From b62ed327b7b35ff37938f68fb6d524aa16d10b3f Mon Sep 17 00:00:00 2001 From: Raphael MANSUY Date: Sat, 29 Jun 2024 10:18:20 +0800 Subject: [PATCH] Update TEMPLATE.md --- TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TEMPLATE.md b/TEMPLATE.md index 7660d58..b908c98 100644 --- a/TEMPLATE.md +++ b/TEMPLATE.md @@ -89,9 +89,9 @@ In this example, `project_name` and `analysis_date` are user-defined variables. {% for file in python_files %} ### {{ file.path }} -```python +``````python {{ file.content }} -``` +`````` {% endfor %}