You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is not a single tool to produce static html templates. I find them useful when I start a new project and divide my content into (kind of) reusable, self-supporting little css-html-js modules.
It's not really an issue but it would be great to have something that allows me to build more complicated modules and sites from those single modules I already have keeping the process DRY.
So here it is: add some easy way of nesting partials in .haml files. Like
.wrapper
=partial('path/to/partial.haml')
Lorem ipsum dolor sit amet
The text was updated successfully, but these errors were encountered:
There is not a single tool to produce static html templates. I find them useful when I start a new project and divide my content into (kind of) reusable, self-supporting little css-html-js modules.
It's not really an issue but it would be great to have something that allows me to build more complicated modules and sites from those single modules I already have keeping the process DRY.
So here it is: add some easy way of nesting partials in .haml files. Like
.wrapper
=partial('path/to/partial.haml')
Lorem ipsum dolor sit amet
The text was updated successfully, but these errors were encountered: