{% extends 'qshop/shoppage.html' %} {% load sitemenu %} {% block shopcontent %} {% for child in menu.get_childs %} {{ child.title }} {% endfor %} {% endblock shopcontent %}