using query.object with namespaces was causing issues when looking for object type
[unfold.git] / portal / templates / layout_base.html
1 {% extends "base.html" %}
2
3 {% block base_content %}
4   {% block content %}
5   {% endblock %}
6 {% endblock %}