diff options
author | René Kijewski <kijewski@library.vetmed.fu-berlin.de> | 2022-05-24 14:20:09 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2022-05-24 16:41:32 +0200 |
commit | 064077a9001e121a12fc234fee44514840380a0e (patch) | |
tree | 9de78005b5049abfd313c3c5e652a5e37a980f17 /askama_shared/templates | |
parent | e30cad33fd28c0d2546fbd70afa6834bea195f9e (diff) | |
download | askama-064077a9001e121a12fc234fee44514840380a0e.tar.gz askama-064077a9001e121a12fc234fee44514840380a0e.tar.bz2 askama-064077a9001e121a12fc234fee44514840380a0e.zip |
Move code generation into askama_derive
Diffstat (limited to '')
-rw-r--r-- | askama_derive/templates/a.html (renamed from askama_shared/templates/a.html) | 0 | ||||
-rw-r--r-- | askama_derive/templates/b.html (renamed from askama_shared/templates/b.html) | 0 | ||||
-rw-r--r-- | askama_derive/templates/sub/b.html (renamed from askama_shared/templates/sub/b.html) | 0 | ||||
-rw-r--r-- | askama_derive/templates/sub/c.html (renamed from askama_shared/templates/sub/c.html) | 0 | ||||
-rw-r--r-- | askama_derive/templates/sub/sub1/d.html (renamed from askama_shared/templates/sub/sub1/d.html) | 0 |
5 files changed, 0 insertions, 0 deletions
diff --git a/askama_shared/templates/a.html b/askama_derive/templates/a.html index 257cc56..257cc56 100644 --- a/askama_shared/templates/a.html +++ b/askama_derive/templates/a.html diff --git a/askama_shared/templates/b.html b/askama_derive/templates/b.html index 5716ca5..5716ca5 100644 --- a/askama_shared/templates/b.html +++ b/askama_derive/templates/b.html diff --git a/askama_shared/templates/sub/b.html b/askama_derive/templates/sub/b.html index 5716ca5..5716ca5 100644 --- a/askama_shared/templates/sub/b.html +++ b/askama_derive/templates/sub/b.html diff --git a/askama_shared/templates/sub/c.html b/askama_derive/templates/sub/c.html index 7601807..7601807 100644 --- a/askama_shared/templates/sub/c.html +++ b/askama_derive/templates/sub/c.html diff --git a/askama_shared/templates/sub/sub1/d.html b/askama_derive/templates/sub/sub1/d.html index fa11a6a..fa11a6a 100644 --- a/askama_shared/templates/sub/sub1/d.html +++ b/askama_derive/templates/sub/sub1/d.html |