Replies: 1 comment
-
I like the idea. What would be interesting is how and where to define the component and how to include the component. Using a path to the component file seems odd to me. Possible solution could be to have a component directory from where Marten loads the components in a registry with a name as their key. Then you could load the component by refering to its name. I created #165 for discussion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While the
include
template tag is useful for some scenarios, a different approach is needed for actual applications.I recommend adding a
component
tag.Differences from
include
:Beta Was this translation helpful? Give feedback.
All reactions