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 %}