make exposure of metadata explicit rather than automatic - not all views require...
[myslice.git] / views / templates / view-slice.html
1 {# -*-django-html-mumamo-mode-*- #}
2 {% extends 'layout-myslice.html' %}
3
4 {% block content_main %}
5 {% if name %}
6 <p class='well'>We're getting the variable <code>name= {{ name }}</code> from the URL </p>
7 {% else %}
8 <p class='well'>This URL is not valid, you need to pass a slice name like in <a href="/slice/my.slice.name">/slice/my.slice.name</a></p>
9 {% endif %}
10 {% endblock content_main %}
11