diff --git a/templates/snip/edit.html.twig b/templates/snip/edit.html.twig
index a466daf..f1a1e20 100644
--- a/templates/snip/edit.html.twig
+++ b/templates/snip/edit.html.twig
@@ -1,6 +1,6 @@
{% extends 'base/single.column.html.twig' %}
-{% set title %}Edit {{ snip }}{% endset %}
+{% set title = 'Snip edit ' ~ snip %}
{% block body %}
{% if snip.id %}
diff --git a/templates/snip/index.html.twig b/templates/snip/index.html.twig
index 0a750ab..9510640 100644
--- a/templates/snip/index.html.twig
+++ b/templates/snip/index.html.twig
@@ -1,5 +1,7 @@
{% extends 'base/single.column.html.twig' %}
+{% set title = 'Snip index' %}
+
{% block body %}
Add
diff --git a/templates/version/index.html.twig b/templates/version/index.html.twig
index 6b57c41..f69de38 100644
--- a/templates/version/index.html.twig
+++ b/templates/version/index.html.twig
@@ -1,6 +1,6 @@
{% extends 'base/single.column.html.twig' %}
-{% block title %}Snip {{ snip }}{% endblock %}
+{% set title = 'Snip ' ~ snip %}
{% block body %}