Tagged Questions
0
votes
1answer
48 views
How do non-coders do simple local templating to avoid redundant HTML? [closed]
I'm a web developer. When I start designing a site, I use a framework to handle templating for me, even if it's just rack + erubis.
What do non-developers do? If you want to implement a site in HTML ...