Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Package pongo2gin is a template renderer that can be used with the Gin web
framework https://github.com/gin-gonic/gin it uses the Pongo2 template library
https://github.com/flosch/pongo2

The original code can be found on https://gitlab.com/go-box/pongo2gin this repository
was copied a few years ago and all the original authors and copyright was shamelessly stripped.

This is now a copy of that stolen code since I asked for the first copy to be taken down,
please send patches to the original repo or rename this repo to something else,
and please credit the original author. Don't make this out to be your own work.

pongo2 is a Django-syntax like templating-language (official website).

Expand Down