Weasyl / weasyl

The website.
https://www.weasyl.com
Apache License 2.0
117 stars 30 forks source link

Rewrite templates from web.py to Jinja2 #4

Open charmander opened 8 years ago

charmander commented 8 years ago

Among other problems, web.py templates don’t support inheritance, which has led to a bit of a mess when it comes to page headers and footers.

weykent commented 8 years ago

As noted on #5, I think switching the web framework from web.py to pyramid-masquerading-as-web.py should be a prerequisite for this.