diff --git a/ordr2/templates/layout.jinja2 b/ordr2/templates/layout.jinja2
index 6f14559..c1ca956 100644
--- a/ordr2/templates/layout.jinja2
+++ b/ordr2/templates/layout.jinja2
@@ -14,7 +14,7 @@
-
Cookiecutter Alchemy project for the Pyramid Web Framework
+ {% block title %} {% endblock title %}
diff --git a/ordr2/templates/mytemplate.jinja2 b/ordr2/templates/mytemplate.jinja2
index 3c42d66..1dc103c 100644
--- a/ordr2/templates/mytemplate.jinja2
+++ b/ordr2/templates/mytemplate.jinja2
@@ -1,5 +1,7 @@
{% extends "layout.jinja2" %}
+{% block title %} ordr | Welcome {% endblock title%}
+
{% block content %}
Pyramid Alchemy project