{% extends "base.html" %} {% block title %}{{ entry.title }}{% endblock %} {% block content_title %}{{ entry.title }}{% endblock %} {% block extra_header %} {% if session.logged_in %} {% if entry.slug != 'README' %}
  • Edit entry
  • Delete entry
  • {% endif %} {% endif %} {% endblock %} {% block content %} {% if entry.slug != 'README' %}

    Created {{ entry.timestamp.strftime('%m/%d/%Y at %I:%M%p') }}

    {% endif %} {{ entry.html_content }} {% endblock %}