-
Notifications
You must be signed in to change notification settings - Fork 0
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
meta tags #1
Comments
implement a layout for page just like containers, but comply Layout interface:
|
The problem is more: can a container affect the content outside of itself. It could be done via the request context, but this becomes hidden logic... |
No, container shouldn't affect anything outside of containers, If you want to effect layout Or many containers. You should write a middleware to setup things in Context, and config the middleware for those pages who depends on it. |
Seems reasonable to me. It's kinda related to #11 where you do want to affect containers ;) |
how to support setting meta tags (eg. page title)
The text was updated successfully, but these errors were encountered: