ethanchewy / PythonBuddy

1st Online Python Editor With Live Syntax Checking and Execution
https://pythonbuddy.com
BSD 3-Clause "New" or "Revised" License
277 stars 84 forks source link

Add base.html, create blocks for template abstraction #45

Closed dgmouris closed 2 years ago

dgmouris commented 5 years ago

Issue: https://github.com/ethanchewy/PythonBuddy/issues/36

I've added quite a few blocks, but I can change this if need be I just thought some of these would be handy in the future:)

ethanchewy commented 5 years ago

Overall, good job!

I'm going to leave this open for the meantime while I rethink about what features I want to add onto PythonBuddy and how to format the templating.

For example, I think for the base file, we should include any of the code content blocks because for future pages like when a user logs in, views their previous submissions, they won't need the code block.