diff --git a/bcst/themes/hungry-hobo/index.html b/bcst/themes/hungry-hobo/index.html
index b052521..05b7ba2 100644
--- a/bcst/themes/hungry-hobo/index.html
+++ b/bcst/themes/hungry-hobo/index.html
@@ -1,11 +1,11 @@
- Home
+ {{title}}
- Hello
+ {{msg}}
diff --git a/bcst/themes/hungry-hobo/resources.json b/bcst/themes/hungry-hobo/resources.json
index f443328..27fcb01 100644
--- a/bcst/themes/hungry-hobo/resources.json
+++ b/bcst/themes/hungry-hobo/resources.json
@@ -1,5 +1,6 @@
{
- "title": "Default Theme",
+ "title": "Hungry-Hobo",
+ "msg": "Hello",
"bookmarks": {
"google": {
"google": "http://www.google.fr",
diff --git a/setup.py b/setup.py
index 1c4f8e9..97e6f19 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ with open("README.md", "r") as readme:
setuptools.setup(
name="bcst",
- version="0.0.5",
+ version="0.0.6",
scripts=["bcst/bcst"],
author="Loic Guegan",
author_email="manzerbredes@mailbox.org",