You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 15, 2024. It is now read-only.
Previously, there was PageController which can be used in conjunction with RouteProvider to easily declare template URL to be used for each controller instance.
However, as we replaced that trait with the recent constructor based DI implementation, we need another method to provide the functionality now.
We could use something like @template("/templates/edit.html") and probably, @title("Page Title") as well to facilitate defining routes.