creationix / haml-js

Haml ported to server-side Javascript. This is a traditional server-side templating language. Tested with node-js
MIT License
902 stars 110 forks source link

How to split HAML document in multiple smaller ones? #97

Open Qqwy opened 6 years ago

Qqwy commented 6 years ago

I would like to split my super-long document in multiple smaller ones that are included in the main document, some of them inside loops.

What is the proper way to refer to external haml template files?

mosh-tudor commented 6 years ago

UP

Qqwy commented 6 years ago

This is still relevant!