On 12/16/2015 3:49 PM, Andrei Alexandrescu wrote:
On 12/16/2015 06:43 PM, BLM768 wrote:Another idea is to use a Web application framework. There's a significant advantage there: we can have one master "layout" template, and almost any content we want (forums, DDoc-generated HTML, static HTML, and so on) can be rendered in that template with relatively minimal code.Ironically Ddoc does exactly that, and quite nicely.
It also takes a bit of using it to realize that.