Please confirm that you have searched existing issues in the repo
Yes, I have searched the existing issues
Any related issues?
#2270, #1407
Tell us about your environment
Windows 10
MarkBind version
Master branch
Describe the bug and the steps to reproduce it
A warning is being logged when running markbind serve/build on a new site (that you can generate via markbind init)
markbind-cli: warn: You have a variable with no name! This variable will be ignored.
This is because in our template, we are still using the deprecated way of importing variables from external json files.

This way has been removed in #1407 and the proper way should be the stated one in https://markbind.org/userGuide/reusingContents.html#importing-variables-from-other-external-file-formats
Expected behavior
Anything else?
No response
Please confirm that you have searched existing issues in the repo
Yes, I have searched the existing issues
Any related issues?
#2270, #1407
Tell us about your environment
Windows 10
MarkBind version
Master branch
Describe the bug and the steps to reproduce it
A warning is being logged when running
markbind serve/buildon a new site (that you can generate viamarkbind init)This is because in our template, we are still using the deprecated way of importing variables from external json files.
This way has been removed in #1407 and the proper way should be the stated one in https://markbind.org/userGuide/reusingContents.html#importing-variables-from-other-external-file-formats
Expected behavior
markbind buildon a newly generated sitenpm run testAnything else?
No response