From 4e79a56f2f86aa48161a573ad7477ef668930fba Mon Sep 17 00:00:00 2001
From: Tamas Gal <himself@tamasgal.com>
Date: Wed, 4 Dec 2024 12:16:18 +0100
Subject: [PATCH] Remove jinja

---
 cookiecutter.json | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/cookiecutter.json b/cookiecutter.json
index f36158b..ce9a0e2 100755
--- a/cookiecutter.json
+++ b/cookiecutter.json
@@ -6,7 +6,5 @@
     "version": "0.1.0",
     "description": "The {{ cookiecutter.project_name }} project",
     "gitlab_username": "{{cookiecutter.email.split('@')[0]}}",
-    "gitlab_repo_path": "https://git.km3net.de/{{ cookiecutter.gitlab_username + '/' + cookiecutter.project_slug }}",
-    "_extensions": ["jinja2_time.TimeExtension"],
-    "_test": "{% print('hello') %}"
+    "gitlab_repo_path": "https://git.km3net.de/{{ cookiecutter.gitlab_username + '/' + cookiecutter.project_slug }}"
 }
-- 
GitLab