We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the layout context only contains the resulting title. It'll be nice to include the other parts too, like the content and layout title(s).
The text was updated successfully, but these errors were encountered:
This might also go some way to fixing the TODO here: https://github.com/ultraq/thymeleaf-layout-dialect/blob/master/Source/nz/net/ultraq/thymeleaf/decorators/html/HtmlTitleDecorator.groovy#L88-L92
Sorry, something went wrong.
Fix for #137, set layout and content titles on layout context.
9aa18f2
Also uses the standard context to pass around these title values so that I'm not bleeding implementation detail on the DOM / Thymeleaf models.
Document fix for #137
c81f70b
ultraq
No branches or pull requests
Currently the layout context only contains the resulting title. It'll be nice to include the other parts too, like the content and layout title(s).
The text was updated successfully, but these errors were encountered: