README.md

# HAT

HTML Aware Templates.

## Installation

Add `:hat` to the list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:hat, "<requirement>"}
  ]
end
```

## Usage

For more information, see the [documentation](https://hexdocs.pm/hat).

## License

[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)