This is a small example demonstrating how to implement looping template tags ("splices") with the Heist template system that is the default with the Snap Framework.
The src/Site.hs file contains the interesting bits:
- The
loophandler which simply renders the [loop.tpl