From 260e8ec69b8e08b9fd105bf688e7a3a9fafecd61 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 3 Jan 2025 20:59:02 +0100 Subject: Add first tests --- tests/fixtures/_layout.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/fixtures/_layout.html (limited to 'tests/fixtures/_layout.html') diff --git a/tests/fixtures/_layout.html b/tests/fixtures/_layout.html new file mode 100644 index 0000000..2b57c5d --- /dev/null +++ b/tests/fixtures/_layout.html @@ -0,0 +1,6 @@ + +{{ title }} + +{{ content }} + + -- cgit