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

Aysnc version of build_block_stacks #124

Closed
jg-rp opened this issue Aug 1, 2023 · 0 comments
Closed

Aysnc version of build_block_stacks #124

jg-rp opened this issue Aug 1, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@jg-rp
Copy link
Owner

jg-rp commented Aug 1, 2023

Templates loaded with the {% extends %} tag are currently being loaded synchronously. We need an async version of build_block_stacks().

def build_block_stacks(
context: Context,
template: BoundTemplate,
parent_name: str,
tag: str = TAG_EXTENDS,
) -> BoundTemplate:

@jg-rp jg-rp added the bug Something isn't working label Aug 1, 2023
@jg-rp jg-rp closed this as completed in 205454f Aug 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant