fix: add missing code block closing backticks in README example section

This commit is contained in:
retoor 2025-01-27 18:33:54 +00:00
parent 8378cde372
commit 0ce3bd9353

View File

@ -93,6 +93,7 @@ def increment(counter_name="default")
print(f"<p>This page had been visited {counter()} times.</p>")
{% endpy3 %}
```
## Hidden files
Files prefixed with `_` or `.` will not be displayed or rendered by Dreamii. This is for security and it is a convenient way to mark base templates.