aligned on myslice template
[unfold.git] / slice / templates / slice.html
index 2d4aa33..ac46e92 100644 (file)
@@ -1,7 +1,7 @@
 {% extends 'myslice.html' %}
 
-{% block content %}
+{% block content_main %}
 <p>The URL variable name= {{ name }} </p>
-{{ content_string|safe }}
-{% endblock content %}
+{{ content_main|safe }}
+{% endblock content_main %}