docs: engine.go miniflux inspiration notice
1 files changed, 5 insertions(+), 0 deletions(-) M template/engine.go
M template/engine.go => template/engine.go +5 -0
@@ 1,3 1,8 @@ +/* + * The template engine is inspired by the one in miniflux + * https://github.com/miniflux/v2/blob/1fd4c4ef132670de15f1c330607773ebfd3b042f/template/engine.go + */ + package template import (