From 064077a9001e121a12fc234fee44514840380a0e Mon Sep 17 00:00:00 2001 From: René Kijewski Date: Tue, 24 May 2022 14:20:09 +0200 Subject: Move code generation into askama_derive --- askama_derive/templates/sub/sub1/d.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 askama_derive/templates/sub/sub1/d.html (limited to 'askama_derive/templates/sub/sub1/d.html') diff --git a/askama_derive/templates/sub/sub1/d.html b/askama_derive/templates/sub/sub1/d.html new file mode 100644 index 0000000..fa11a6a --- /dev/null +++ b/askama_derive/templates/sub/sub1/d.html @@ -0,0 +1 @@ +echo -- cgit