# headache
A type safe HTML templating engine based on standard Rust datastructures inspired by hiccup
## TODO
- Add way more HTML elements
## Examples
*Coming soon :)*
## Currently implemented
- global Attributes
- ´a´
## FAQ
- **Why this name?** - I wanted something similar to hiccup but not hiccup... I don't know... I'm not good with names
- **Why does it not look like hiccup?** - I tried to capture the good things about hiccup, this is not the (actually very nice syntax) but the fact that it uses default data structures. I still tried to use as simple of a syntax as possible