We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74979c4 commit 10a192eCopy full SHA for 10a192e
README.md
@@ -7,6 +7,15 @@
7
8
Mold builds on [Go templates](https://pkg.go.dev/text/template) to provide a simple and familiar API for rendering web pages.
9
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
19
## Getting Started
20
21
### 1. Create a view file
0 commit comments