Hello Michael,
Wednesday, May 30, 2012, 1:10:57 PM, you wrote:
> That approach works, and might be the best solution for you. Without
> knowing more about your use case (what's in the hamlet files, what all
> of the routes look like, etc) I can't really give any advice. Let me
> ask a different question: why isn't the approach taken by
yesodweb.com
> (in the folder you linked to[1]) a sufficient solution?
1) because it isn't part of Yeasod, meaning that i would need to
copy-paste your code
2) because "yesod-contents" may only include plain HTML, omitting
support for hamlet features like @{route} and %{var}
your solution is great for dynamic content. what i need is a sort of
compile-time CMS, with a key CMS feature - page metainformation
that i need to automatically build menus on each page