diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-08-27 22:10:42 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-08-27 22:10:42 +0200 |
commit | 9f3b590206e3dfe33b7129b1c8ff010f60318cf2 (patch) | |
tree | 5411864d92ec220d9d4db8d9e40cda6df9b2b16f /askama_derive/templates | |
parent | aeac47cee0e14b9fa38c01082876667f0ec8d874 (diff) | |
download | askama-9f3b590206e3dfe33b7129b1c8ff010f60318cf2.tar.gz askama-9f3b590206e3dfe33b7129b1c8ff010f60318cf2.tar.bz2 askama-9f3b590206e3dfe33b7129b1c8ff010f60318cf2.zip |
Move most of the code into new askama_shared crate
This makes it possible to share code between askama and askama_derive.
Diffstat (limited to 'askama_derive/templates')
-rw-r--r-- | askama_derive/templates/a.html | 1 | ||||
-rw-r--r-- | askama_derive/templates/sub/b.html | 1 | ||||
-rw-r--r-- | askama_derive/templates/sub/c.html | 1 | ||||
-rw-r--r-- | askama_derive/templates/sub/sub1/d.html | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/askama_derive/templates/a.html b/askama_derive/templates/a.html deleted file mode 100644 index 257cc56..0000000 --- a/askama_derive/templates/a.html +++ /dev/null @@ -1 +0,0 @@ -foo diff --git a/askama_derive/templates/sub/b.html b/askama_derive/templates/sub/b.html deleted file mode 100644 index 5716ca5..0000000 --- a/askama_derive/templates/sub/b.html +++ /dev/null @@ -1 +0,0 @@ -bar diff --git a/askama_derive/templates/sub/c.html b/askama_derive/templates/sub/c.html deleted file mode 100644 index 7601807..0000000 --- a/askama_derive/templates/sub/c.html +++ /dev/null @@ -1 +0,0 @@ -baz diff --git a/askama_derive/templates/sub/sub1/d.html b/askama_derive/templates/sub/sub1/d.html deleted file mode 100644 index fa11a6a..0000000 --- a/askama_derive/templates/sub/sub1/d.html +++ /dev/null @@ -1 +0,0 @@ -echo |