Categorygithub.com/gflydev/view/pongo
modulepackage
1.0.2
Repository: https://github.com/gflydev/view.git
Documentation: pkg.go.dev

# README

gFly View - Pongo engine

Usage

Install

go get -u github.com/gflydev/view/pongo@latest

Quick usage

import (
    "github.com/gflydev/core"
    "github.com/gflydev/view/pongo"	
)

// Register view
core.RegisterView(pongo.New())

# Functions

No description provided by the author