diff --git a/docs/template/README.md b/docs/template/README.md index e2075a6c007..4a62c217b20 100644 --- a/docs/template/README.md +++ b/docs/template/README.md @@ -28,25 +28,15 @@ sidebar_position: 1 This package provides universal methods to use multiple template engines with the [Fiber web framework](https://github.com/gofiber/fiber) using the new [Views](https://godoc.org/github.com/gofiber/fiber#Views) interface that is available from `> v1.11.1`. Special thanks to @bdtomlin & @arsmn for helping! 9 template engines are supported: -- [html](./html/README.md) - - -- [ace](./ace/README.md) - -- [amber](./amber/README.md) - -- [django](./django/README.md) - -- [handlebars](./handlebars/README.md) - -- [jet](./jet/README.md) - -- [mustache](./mustache/README.md) - -- [pug](./pug/README.md) - -- [slim](./slim/README.md) - +- [ace](./ace/README.md) +- [amber](./amber/README.md) +- [django](./django/README.md) +- [handlebars](./handlebars/README.md) +- [html](./html/README.md) +- [jet](./jet/README.md) +- [mustache](./mustache/README.md) +- [pug](./pug/README.md) +- [slim](./slim/README.md) ### Installation > Go version `1.17` or higher is required.