Loops & data
bre7 opened this issue · 2 comments
bre7 commented
Is there a way to achieve what gulp-file-include offers ?
E.g.
<body>
@@loop("loop-article.html", "data.json")
</body>
Or is such functionality out of the scope of the project ?
Scrum commented
@bre7 Hi, use posthtml-expressions and posthtml-extend. Demo
bre7 commented
Thanks