From d7c36b28ca8f823b16cd8cdec5679ceca4d0871b Mon Sep 17 00:00:00 2001 From: Russell Martin Date: Fri, 11 Oct 2024 13:16:41 -0400 Subject: [PATCH] Pin PyScript - PyScript deprecated latest and requires pinning for newer versions --- cookiecutter.json | 3 ++- {{ cookiecutter.format }}/www/index.html | 9 ++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cookiecutter.json b/cookiecutter.json index 5a61c26..24a9c92 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -20,5 +20,6 @@ ], "_extensions": [ "briefcase.integrations.cookiecutter.PythonVersionExtension" - ] + ], + "_jinja2_env_vars": {"lstrip_blocks": true, "trim_blocks": true} } diff --git a/{{ cookiecutter.format }}/www/index.html b/{{ cookiecutter.format }}/www/index.html index 7b5048b..0f67ad5 100644 --- a/{{ cookiecutter.format }}/www/index.html +++ b/{{ cookiecutter.format }}/www/index.html @@ -7,8 +7,8 @@ - - + + {% if cookiecutter.style_framework == "Bootstrap v4.6" %} {% endif %} - - +