https://www.youtube.com/watch?v=2uWJpnuCMKQ
Hello, In this video, the include process was made with php. How will the first project setup be with only html without php?
Can you provide clear documentation on this?
Hi,
HTML is not a programming language so you can not control the partials like PHP does.
You can only manually copy and paste the HTML code from each partial and construct the HTML page.
Regards.
thanks, then I can perform the include operation with the programming language I use, ruby, right?
Yes, if you use server-side languages you can dynamically generate the pages. You may try our Django solution that tentatively will be out in the next week. Django is very powerful for web development