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 }}/briefcase.toml b/{{ cookiecutter.format }}/briefcase.toml index 75b73c2..9e0aa00 100644 --- a/{{ cookiecutter.format }}/briefcase.toml +++ b/{{ cookiecutter.format }}/briefcase.toml @@ -1,4 +1,7 @@ # Generated using Python {{ cookiecutter.python_version }} +[briefcase] +target_version = "0.3.21" + [paths] app_path = "app" app_requirements_path = "requirements.txt" diff --git a/{{ cookiecutter.format }}/www/index.html b/{{ cookiecutter.format }}/www/index.html index 7b5048b..67397f7 100644 --- a/{{ cookiecutter.format }}/www/index.html +++ b/{{ cookiecutter.format }}/www/index.html @@ -7,8 +7,16 @@ - - + + + + {% if cookiecutter.style_framework == "Bootstrap v4.6" %}
+
+ Loading...
+