# TODO

* [ ] ES2016 imports.
* [ ] Multi-line html comments.
* [ ] Default value for one of spot in attributes [attribute.js#L56](src/compiler/attribute.js#L56)
* [ ] Default value for custom tag attributes [custom.js#L39](src/compiler/custom.js#L39)
* [ ] ES2016 arrow function expressions `=>` 
* [ ] Hot module replacment for monkberry-loader (good starting point is this commit [eb226f](https://github.com/monkberry/monkberry-loader/commit/eb226f23bc425617898d14d5d60ea3823d1bddec)) :star:
* [ ] Server side rendering :star:
* [ ] `{% elseif %}` support.
* [ ] Template inheritance with `{% extends %}` :star:

:star: — _complex, but interesting tasks_
