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

Add support for providing partials in data #80

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cdhowie
Copy link

@cdhowie cdhowie commented Jun 6, 2023

This patch adds Data::Template, which allows partials to be provided and/or overridden by the rendered data. In our case, we need to be able to determine the template for a partial dynamically. This allows us to do that, as well as provide a "default" partial and replace it at runtime if needed.

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.

1 participant