renamed
[myslice.git] / slice / templates / slice.html
similarity index 50%
rename from slice/templates/foo.html
rename to slice/templates/slice.html
index 2033469..3ca50c8 100644 (file)
@@ -1,10 +1,10 @@
-{% extends 'foo-base.html' %}
+{% extends 'myslice-base.html' %}
 
 {% block content %}
+<p>The URL variable name= {{ name }} </p>
 {{ content_string|safe }}
 {% endblock content %}
 
 {% block menu %}
-{% include 'foo-menu.html' %}
-  
+{% include 'mymenu.html' %}
 {% endblock menu %}