diff --git a/templates/edit.html b/templates/edit.html
index d26d458..6138a36 100644
--- a/templates/edit.html
+++ b/templates/edit.html
@@ -1,6 +1,13 @@
{% extends "base.html" %}
-{% block title %}Edit note - {{ app_name }}{% endblock %}
+
+{% block title %}
+{% if pl_title %}Editing “{{ pl_title }}”
+{% else %}Edit note{% endif %}
+ - {{ app_name }}
+{% endblock %}
+
+{% block json_info %}{% endblock %}
{% block content %}