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

ReplacePartial #45

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

ReplacePartial #45

wants to merge 1 commit into from

Conversation

dav-m85
Copy link

@dav-m85 dav-m85 commented Nov 5, 2021

I need to replace a partial before Exec (usecase: in dev, want to reload a partial when I edit it)

raw := `{{>partial}}`
tpl, _ := raymond.Parse(raw)

tpl.RegisterPartial("partial", "Bloubi")
tpl.MustExec(tpl) // "Bloubi"

tpl.ReplacePartial("partial", "Boulga")
tpl.MustExec(tpl) // "Boulga"

This is the code for this :)

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.

None yet

1 participant