Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Fix eager execution handling of `{% print foo|render %}`

Open
#1,184 0 comments 0 reactions 1 assignee View on GitHub

@jasmith-hs is already working on this.

Since May 13, 2024.

Assessment

This issue has not been assessed yet.

Description

Eager Execution

The |render filter intends to perform nested interpretation, but if there's some aspect of the string input that can't be fully resolved, it will get deferred, but the EagerPrintTag will then wrap the output in {% raw %} tags as it doesn't realise that the output wasn't able to be fully rendered.

Dominant language
Java
Stars
785
Forks
184
Avg merge
6d 22h
Merged PRs (30d)
1

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from HubSpot/jinjava

All issues in HubSpot/jinjava

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.