pioniergarage / startup-tour-template

2 stars 0 forks source link

template engine #3

Open dome4 opened 5 years ago

dome4 commented 5 years ago

header, footer, ... - partials

domiko96 commented 5 years ago

?

dome4 commented 5 years ago

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

lorey commented 5 years ago

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.

lorey commented 5 years ago

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.

Could be solved with #10