From 342620d93953dbf7d22cea6939e944e283095544 Mon Sep 17 00:00:00 2001 From: David Kelly Date: Fri, 22 Mar 2024 17:34:23 +0100 Subject: [PATCH] Update README.md (#948) Add Skimpy, a new Python 3 template engine that closely resembles the Slim template syntax --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index be3e8a08..40b092ff 100644 --- a/README.md +++ b/README.md @@ -1296,6 +1296,7 @@ Template Converters (HAML, ERB, ...): Language ports/Similar languages: +* [Skimpy (Python 3 template engine inspired by Slim)](https://github.com/opensourceame/skimpy) * [Sliq (Slim/Liquid integration)](https://github.com/slim-template/sliq) * [Slm (Slim port to Javascript)](https://github.com/slm-lang/slm) * [Coffee script plugin for Slim](https://github.com/yury/coffee-views)