Joker / jade

Jade.go - pug template engine for Go (golang)
BSD 3-Clause "New" or "Revised" License
354 stars 37 forks source link

Document features not supported in runtime generation mode #39

Closed kolotaev closed 3 years ago

kolotaev commented 3 years ago

Current documentation says:

generate html/template at runtime (This case is slightly slower and doesn't support all features of Jade.go)

Could you please document what features in particular are not supported in runtime generation mode? This will help users to make a choice on generation mode prior to actually choosing it and not after unsupported feature is discovered in development.

Thank you!