diff --git a/README.rst b/README.rst
index 80153bf8..650c1592 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,13 @@
YouMap project
==============
+About
+-----
+YouMap let you create map with OpenStreetMap layers in a minute and embed them in your site.
+*Be cause we think that the more OSM will be used, the more OSM will be **cured**.*
+It uses django-chickpea, built on top of Django and Leaflet
+
+
Quickstart
----------
diff --git a/youmap/templates/base.html b/youmap/templates/base.html
index cffc9e80..c8aeeb6b 100644
--- a/youmap/templates/base.html
+++ b/youmap/templates/base.html
@@ -28,7 +28,7 @@
-
+
@@ -40,22 +40,24 @@
{% block bottom_js %}
-{% endblock bottom_js %}
\ No newline at end of file
+{% endblock content %}
\ No newline at end of file