-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
task: Rename templates to template.html.jinja #151
Labels
templates
Jinja templates
Comments
pawamoy
added a commit
that referenced
this issue
Apr 28, 2024
pawamoy
added a commit
that referenced
this issue
Apr 28, 2024
…*.html.jinja` templates, logging a message (info) when `*.html` templates are overridden by users Issue-151: #151
pawamoy
added a commit
that referenced
this issue
Apr 28, 2024
…tml` templates, with an additional `logs` block, and using the updated `get_template` filter Issue-151: #151
pawamoy
added a commit
that referenced
this issue
Apr 28, 2024
…ding their base counterpart Issue-151: #151
pawamoy
added a commit
that referenced
this issue
Apr 28, 2024
…a` counterpart, while overriding the `logs` block to issue a logging message (info) stating that extending `*.html` templates is deprecated Issue-151: #151
pawamoy
added a commit
that referenced
this issue
Apr 28, 2024
…inja` base templates Issue-151: #151
pawamoy
added a commit
that referenced
this issue
Apr 28, 2024
…*.html.jinja` templates, logging a message (info) when `*.html` templates are overridden by users Issue-151: #151
pawamoy
added a commit
that referenced
this issue
Apr 28, 2024
…tml` templates, with an additional `logs` block, and using the updated `get_template` filter Issue-151: #151
pawamoy
added a commit
that referenced
this issue
Apr 28, 2024
…ding their base counterpart Issue-151: #151
pawamoy
added a commit
that referenced
this issue
Apr 28, 2024
…a` counterpart, while overriding the `logs` block to issue a logging message (info) stating that extending `*.html` templates is deprecated Issue-151: #151
pawamoy
added a commit
that referenced
this issue
Apr 28, 2024
…inja` base templates Issue-151: #151
pawamoy
added a commit
that referenced
this issue
Apr 28, 2024
…tml` templates, with an additional `logs` block, and using the updated `get_template` filter Issue-151: #151
pawamoy
added a commit
that referenced
this issue
Apr 28, 2024
…ding their base counterpart Issue-151: #151
pawamoy
added a commit
that referenced
this issue
Apr 28, 2024
…a` counterpart, while overriding the `logs` block to issue a logging message (info) stating that extending `*.html` templates is deprecated Issue-151: #151
pawamoy
added a commit
that referenced
this issue
Apr 28, 2024
…inja` base templates Issue-151: #151
pawamoy
added a commit
that referenced
this issue
Apr 28, 2024
pawamoy
added a commit
that referenced
this issue
Apr 28, 2024
…*.html.jinja` templates, logging a message (info) when `*.html` templates are overridden by users Issue-151: #151
pawamoy
added a commit
that referenced
this issue
Apr 28, 2024
…tml` templates, with an additional `logs` block, and using the updated `get_template` filter Issue-151: #151
pawamoy
added a commit
that referenced
this issue
Apr 28, 2024
…ding their base counterpart Issue-151: #151
pawamoy
added a commit
that referenced
this issue
Apr 28, 2024
…a` counterpart, while overriding the `logs` block to issue a logging message (info) stating that extending `*.html` templates is deprecated Issue-151: #151
pawamoy
added a commit
that referenced
this issue
Apr 28, 2024
…inja` base templates Issue-151: #151
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Syntax highlighters do not automatically detect that the templates are Jinja templates because they use the
.html
extension, so they only highlight them as HTML, not Jinja+HTML. I'd like to rename them to use the.html.jinja
extension, to enable automatic Jinja+HTML syntax highlighting.Since templates are overridable, the file names matter, and that's a breaking change. Therefore it needs a deprecation period where we are able to use both the
.html
and.html.jinja
files while emitting warnings when the.html
ones are used.(Also make sure the handler Copier template uses such extensions too)
The text was updated successfully, but these errors were encountered: