nihlaeth / dnd

online character sheets for Dungeons & Dragons v2.tomaas
GNU General Public License v3.0
8 stars 4 forks source link

replace jinja2 templates with python html generation #23

Open nihlaeth opened 7 years ago

nihlaeth commented 7 years ago

Problems

The last one is easily solved, but I much prefer working in Python anyway. I'm currently in the process of writing an abstraction interface on top of pyhtml and replacing our current templates. It's already paying off, because I've caught several syntax errors. Hopefully it will in time prove to be easier to extend on top of this.

nihlaeth commented 7 years ago

Progress replacing templates