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
A template engine should be used to split parts of the HTML document, that appear on every page (e.g. header, footer, ...). Makes the code easier to read
Example: https://laravel.com/docs/5.7/blade
I think we should integrate this site into a framework and/or static site generator. Most of the problems we have have already been solved there. Templating being one of them.
I think we should integrate this site into a framework and/or static site generator. Most of the problems we have have already been solved there. Templating being one of them.
header, footer, ... - partials
The text was updated successfully, but these errors were encountered: