KaySackey / Nemo

A HTML template language built over Mako for rapid development, and clearer code
Other
74 stars 17 forks source link

Remove requirement that Mako control tags be closed #4

Open KaySackey opened 13 years ago

KaySackey commented 13 years ago

This requirement came from mako where indentation is unimportant. Perhaps, set a flag that allows tags to be unclosed and automatically closes them.

Ideally, it should only be disabled under strict mode.