Skip to content
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

book: fix typo in Template Syntax page #133

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

Kijewski
Copy link
Collaborator

The semicolon in {% let entity = entity; %} causes the template compilation to fail, so this commit removes it.

Backport of https://github.com/djc/askama/pull/1082.

The semicolon in `{% let entity = entity; %}` causes the template compilation to fail, so this commit removes it.
@GuillaumeGomez
Copy link
Contributor

Thanks!

@GuillaumeGomez GuillaumeGomez merged commit 72d0e2b into rinja-rs:master Aug 13, 2024
17 checks passed
@Kijewski Kijewski deleted the pr-typo-in-book branch August 13, 2024 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants