mote
mote copied to clipboard
Make more uses of Jinja templates
We only have 3 html templates for now, but we already have parts of the same code on all of them.
Use the power of templating to refactor those pages and eliminate code duplicates like footer & header. See https://jinja.palletsprojects.com/en/3.0.x/templates/
@darknao can I work on this?
@subhangi2731, there you go.
@t0xic0der @darknao As I've observed, this needs topbar & footers across all the pages to be consistent with each other, which isn't the case currently. So, this issue can be worked only on merging these two short MRs: #207 #210