This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env stack | |
{- stack | |
script | |
--resolver lts-16.6 | |
--package ginger | |
--package text | |
-} | |
-- This is a demonstration of defining a custom function in ginger. | |
-- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env stack | |
{- stack | |
script | |
--resolver lts-16.6 | |
--package filepath | |
--package ginger | |
--package text | |
-} | |
-- This is a demonstration of using template inheritance in ginger. |