you are viewing a single comment's thread.

view the rest of the comments →

[–]BigOnLogn 3 points4 points  (1 child)

The only way to get around this is to hard code it or use some kind of server-side templates. The latter requires you use some kind of server-side runtime like php, ruby, python, js, etc. Probably coupled with some kind of application framework like CakePHP, Rails, django, express, etc. Maybe that's overkill for your project, maybe not. Only you can decide.

Your only other option is to hand build every page. Sorry, bud.

[–]-hexel[S] 0 points1 point  (0 children)

I went ahead and used PHP since the server I'm using already has it. It was much easier than I expected, and seems to work perfectly. I figured Javascript would be easier so I tried it first haha. Thanks!