My question is quite simple:
How can I include one external hamlet file into another external hamlet file?
Let's say I have a header or footer that's shared amongst every page, does it have to be 'assembled in haskell' like mentioned here, or can it just be referenced from another hamlet file, similar to the include directive from Django?
Thanks