8

I'm getting caught up on my personal project because I need to generate a lot of Dynamic HTML using JS and it's just a pain. I hate adding dependencies to a project, especially personal projects with no deadlines, so tomorrow I will be writing a vanilla templating system, and hopefully that will un-funk me.

Comments
  • 0
    jinja2 all things.
  • 0
    Writing your own templating system because you hate dependencies is a grade A waste of time. There are some awesome options out there like pug, no need to reinvent the wheel
  • 1
    @Froot Side projects are an intentional waste of time anyways.

    I'm thinking I can make a templating library in 20 lines.
Add Comment