Welcome!
This is a dummy post. It's included just so that you can see what everything looks like when there is content in the blog. Feel free to edit or delete it.
Here is some syntax-highlighted code. The width of the site should allow for a line-length of 80 characters.
@blog.before_request def auto_update_context_on_debug(): if blog.debug: # avoid reloading content on static files: if request.endpoint == 'static': return # reload on explicit view requests (e.g. not favicons): if request.endpoint in blog.view_functions: context.load()
By the way, this site should validate both as HTML5 and CSS3.