summaryrefslogtreecommitdiff
path: root/Utility/Yesod.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Utility/Yesod.hs')
-rw-r--r--Utility/Yesod.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Utility/Yesod.hs b/Utility/Yesod.hs
index 05f684490..a0dd3bdd2 100644
--- a/Utility/Yesod.hs
+++ b/Utility/Yesod.hs
@@ -16,3 +16,7 @@ template f = "templates" </> f
{- A hamlet template file. -}
hamletTemplate :: FilePath -> FilePath
hamletTemplate f = template f ++ ".hamlet"
+
+{- A julius template file. -}
+juliusTemplate :: FilePath -> FilePath
+juliusTemplate f = template f ++ ".julius"