Skip to content

Commit

Permalink
Update TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelmansuy committed Jun 29, 2024
1 parent b62ed32 commit 7bb59d9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,7 @@ In this example, `project_name` and `analysis_date` are user-defined variables.
{% for file in python_files %}
### {{ file.path }}
``````python
{{ file.content }}
``````
{% endfor %}
Expand All @@ -100,9 +98,7 @@ In this example, `project_name` and `analysis_date` are user-defined variables.
{% for file in js_files %}
### {{ file.path }}
```javascript
{{ file.content }}
```
{% endfor %}
```
Expand Down

0 comments on commit 7bb59d9

Please sign in to comment.