https://github.com/go-aah/view
View Engine (template-engine) by aah framework
https://github.com/go-aah/view
aah aah-framework aahframework html-template template-engine view-engine view-library
Last synced: about 2 months ago
JSON representation
View Engine (template-engine) by aah framework
- Host: GitHub
- URL: https://github.com/go-aah/view
- Owner: go-aah
- License: mit
- Created: 2017-03-06T05:09:50.000Z (about 8 years ago)
- Default Branch: v0-edge
- Last Pushed: 2018-10-19T17:13:01.000Z (over 6 years ago)
- Last Synced: 2024-11-25T18:41:58.567Z (6 months ago)
- Topics: aah, aah-framework, aahframework, html-template, template-engine, view-engine, view-library
- Language: Go
- Homepage: https://docs.aahframework.org/views.html
- Size: 109 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
View Engine library by aah framework
View Engine library provides enhanced Go template engine which supports partial template inheritance, imports, etc.
### News
* `v0.9.0` [released](https://github.com/go-aah/view/releases/latest) and tagged on Jul 06, 2018.
## Installation
```bash
go get -u aahframework.org/view.v0
```Visit official website https://aahframework.org to learn more about `aah` framework.