You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***v0.2 [released](https://github.com/go-aah/view/releases/latest) and tagged on Apr 08, 2017***
4
+
***v0.2.1[released](https://github.com/go-aah/view/releases/latest) and tagged on Apr 23, 2017***
5
5
6
6
Go HTML template library which supports partial template inheritance, imports, etc.
7
7
8
8
*`view` developed for aah framework. However, it's an independent library, can be used separately with any `Go` language project. Feel free to use it.*
9
9
10
10
# Installation
11
11
#### Stable Version - Production Ready
12
-
```sh
12
+
```bash
13
13
# install the library
14
14
go get -u aahframework.org/view.v0
15
15
```
16
16
17
-
See official page [TODO]
17
+
Visit official website https://aahframework.org to learn more.
0 commit comments