From d31ba26f46ff3a6a61b1c37561e94eeb845cef6e Mon Sep 17 00:00:00 2001 From: retoor Date: Mon, 27 Jan 2025 19:33:54 +0100 Subject: [PATCH] Fix run command. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2b158d..c7f79fe 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ def increment(counter_name="default") print(f"

This page had been visited {counter()} times.

") {% 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.