From e8c47b7135a1ecf3414c6495b1cb592ae3e2d8a3 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 10 Aug 2017 12:37:01 +0200 Subject: Add README example as a test case --- testing/templates/hello.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 testing/templates/hello.html (limited to 'testing/templates/hello.html') diff --git a/testing/templates/hello.html b/testing/templates/hello.html new file mode 100644 index 0000000..8149be7 --- /dev/null +++ b/testing/templates/hello.html @@ -0,0 +1 @@ +Hello, {{ name }}! -- cgit