From 3a162cbb47dc00f3b0910c0b4e9a0df11bd8abb0 Mon Sep 17 00:00:00 2001 From: penguinite <147942000+penguinite@users.noreply.github.com> Date: Sun, 24 Nov 2024 20:22:51 +0100 Subject: [PATCH] Add temple package (#2952) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 1c24fe7..6bedd55 100644 --- a/packages.json +++ b/packages.json @@ -34212,6 +34212,20 @@ "license": "MIT", "web": "https://aspiring-aster.github.io/twim/" }, + { + "name": "temple", + "url": "https://github.com/penguinite/temple.git", + "method": "git", + "tags": [ + "library", + "template", + "templating", + "web" + ], + "description": "A templating library for run-time templating with support for simple conditionals and attributes.", + "license": "BSD-3-Clause", + "web": "https://github.com/penguinite/temple.git" + }, { "name": "blend2d", "url": "https://github.com/openpeeps/blend2d-nim",