From 38f8e2242353711d5c87c58f3831306934d2e6b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 17 Sep 2021 11:20:43 +0200 Subject: Compartmentalize --- t/front.tc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 t/front.tc (limited to 't/front.tc') diff --git a/t/front.tc b/t/front.tc new file mode 100644 index 0000000..0d7aec3 --- /dev/null +++ b/t/front.tc @@ -0,0 +1,4 @@ +printf("

"); +printf("%s", site.name ); +printf("

\n"); + printf("Hello world!"); printf("\n"); -- cgit v1.2.3