diff options
| author | 2016-12-23 09:53:46 +0100 | |
|---|---|---|
| committer | 2016-12-23 09:53:46 +0100 | |
| commit | df8b05d0a4243b0d0021871e5cab4269d89b1e0c (patch) | |
| tree | 99c9ee8d869a8be4f5e396db8b7dbfbcf5a788e4 /askama_test/templates | |
| parent | 062500ef0c4b586dfe0a7e9508f0b11d4fd55703 (diff) | |
| download | askama-df8b05d0a4243b0d0021871e5cab4269d89b1e0c.tar.gz askama-df8b05d0a4243b0d0021871e5cab4269d89b1e0c.tar.bz2 askama-df8b05d0a4243b0d0021871e5cab4269d89b1e0c.zip  | |
Get template from Cargo manifest-relative source
Diffstat (limited to 'askama_test/templates')
| -rw-r--r-- | askama_test/templates/simple.html | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/askama_test/templates/simple.html b/askama_test/templates/simple.html new file mode 100644 index 0000000..e544306 --- /dev/null +++ b/askama_test/templates/simple.html @@ -0,0 +1 @@ +hello world, {{ var }}  | 
