Hi,

I'm wondering whether there's support for something similiar to this:
http://www.w3schools.com/angular/angular_includes.asp.

I'm aiming at integrating vibenews with vibelog.

But this would require vibe.d to generate a file that is not proper html, like

example.dt:

div
     div#someentry Here's some style

->

<div><div id="someentry>Here's some style></div></div>

This could then be embedded into any html file.

But what vibe.d currently does is wrapping everything into proper html.

Would there be another approach to integrating vibenews into vibelog?