Skip to content

Commit 10a192e

Browse files
committed
docs: upate readme
Signed-off-by: Abiola Ibrahim <[email protected]>
1 parent 74979c4 commit 10a192e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77

88
Mold builds on [Go templates](https://pkg.go.dev/text/template) to provide a simple and familiar API for rendering web pages.
99

10+
## Features
11+
12+
Mold offers following features, making it an ideal choice for Go projects.
13+
14+
- **Lightweight** - relies on the Go standard lib with no external dependencies.
15+
- **Efficient** - utilises Go's in-build template parser under the hood.
16+
- **Capable** - supports all capabilities of Go templates.
17+
- **Familiar** - uses the well-known [concepts](#concepts) of [Layouts](#layouts), [Views](#views) and [Partials](#partials).
18+
1019
## Getting Started
1120

1221
### 1. Create a view file

0 commit comments

Comments
 (0)