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 3bcb29c commit e037cb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ In your Jinja2 template, you have access to the following variables:
- Size: {{ file.size }} bytes
- Last modified: {{ file.modified }}
```{{ file.language }}
{{ file.language }}
{{ file.content }}
```
`
{% endfor %}
```
Expand All @@ -67,9 +67,9 @@ Total files analyzed: {{ files|length }}
{% for file in files %}
### {{ file.path }}
```{{ file.language }}
{{ file.language }}
{{ file.content }}
```
{% endfor %}
```
Expand Down

0 comments on commit e037cb6

Please sign in to comment.