From 6412601c368d88aa0e8611ecdeea474946cd6d37 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Sun, 2 Aug 2026 23:16:11 +0100 Subject: Factor out common parts of templates into partials --- src/Pages/TH.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Pages') diff --git a/src/Pages/TH.hs b/src/Pages/TH.hs index 2967761..c16075b 100644 --- a/src/Pages/TH.hs +++ b/src/Pages/TH.hs @@ -194,7 +194,7 @@ renderNodes dats buf (node : nodes) = do Just (VQInt, _) -> fail $ "Int value in inverted section scrutinee " ++ show named Just (VQUnit, _) -> fail $ "() value in inverted section scrutinee " ++ show named Nothing -> fail $ "Inverted section scrutinee not found: " ++ show named - M.Partial _ _ -> fail "TODO partials" + M.Partial _ _ -> fail $ "Unresolved partial in template: " ++ show node renderNodes dats (ExpensiveExp buf') nodes -- cgit v1.3.1