{% extends "layout.html" %} {% block title %}Update Blog{% endblock %} {% block content %} {% if preview %}

Preview: {{ subject }}

{{ rendered_body|safe }}
{% endif %}

Update Blog

Subject:

Friendly ID:
You can leave this blank if this is a new post. It defaults to be based on the subject.

Body:


Markdown cheatsheet / Emoticon reference (opens in new window)
Optional: separate your summary from the rest of the post by typing <snip> where you want the division to appear.

Avatar:

Categories:
Comma-separated list, e.g. General, HTML, Perl, Web Design

Privacy:

Options:

Time Stamp:
/ / @ : :
mm / dd / yyyy @ hh:mm:ss

{% endblock %} {% block scripts %} {% endblock %}