From ff24eef1ff7dcf3849fd1e6d9efec0de2bc57005 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 28 Jan 2020 22:49:04 +0100 Subject: Move Iron integration into a separate askama_iron crate --- askama_iron/templates/hello.html | 1 + askama_iron/templates/hello.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 askama_iron/templates/hello.html create mode 100644 askama_iron/templates/hello.txt (limited to 'askama_iron/templates') diff --git a/askama_iron/templates/hello.html b/askama_iron/templates/hello.html new file mode 100644 index 0000000..8149be7 --- /dev/null +++ b/askama_iron/templates/hello.html @@ -0,0 +1 @@ +Hello, {{ name }}! diff --git a/askama_iron/templates/hello.txt b/askama_iron/templates/hello.txt new file mode 100644 index 0000000..8149be7 --- /dev/null +++ b/askama_iron/templates/hello.txt @@ -0,0 +1 @@ +Hello, {{ name }}! -- cgit