{% extends "base.html" %} {% set active_page = "blog" %} {% block title %}Edit: {{ draft.title }} — Blog Drafts{% endblock %} {% block content %} Blog Drafts / {{ draft.title[:40] }}{% if draft.title | length > 40 %}...{% endif %} / Edit