An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        



View Engine library by aah framework


Build Status Code Coverage Go Report Card Release Version Godoc Twitter @aahframework

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.