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
Moving page navigation generation to server side, the /core/views/ will be the natural choice for the templates, where it could be overridden with an existing approach.
In Core we should try to unify where templates are and how they can be overridden.
Currently this is how a user must override the 'Navigation markup' (at least according to the docs):
It should be a possible to just drop a .ejs file in some folder.
This brings me to the second example where we should unify our interface:
/core/views/
contain .ejs files/assets/templates/
contain .html files (with ejs bindings)I suggest we move all html-like files to a folder named
/core/templates/
.We can group certain templates together, for example all page-templates can go into
/core/templates/page/
. etc.The text was updated successfully, but these errors were encountered: