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 has been archived by the owner on Jan 8, 2025. It is now read-only.
I think it would be nice to make it possible to reuse a specific view from different templates i.e more details view.
Example:
On my case I have
Programmes template
current projects template
...etc
Models
Programmes
CurrentProjects
Each model has multiple items each with it own more-info-link and they will both be reusing the same moreinfo template
Am finding it repetitive to generate same view structure but with different model to be referenced in the templates above.
So my suggestion was, it would be nice if the next release{before the breaking change 👉 } #109 would make it possible to reuse a view something like this on templates on each loop
make it possible for session.query(Model1, Model2, Model2, ..etc) to query multiple Models and return the as list which can be later be used to make multiple template paths
and any other better way 😃
The text was updated successfully, but these errors were encountered:
I think it would be nice to make it possible to reuse a specific view from different templates i.e more details view.
Example:
On my case I have
Models
Each model has multiple items each with it own more-info-link and they will both be reusing the same moreinfo template
Am finding it repetitive to generate same view structure but with different model to be referenced in the templates above.
So my suggestion was, it would be nice if the next release{before the breaking change 👉 } #109 would make it possible to reuse a view something like this on templates on each loop
Through the following approache:
The text was updated successfully, but these errors were encountered: