{%extends "base/base.html" %} {%block layoutblock%}
{%if navmenu|length > 0%}

Quick Links

    {%for m in navmenu%} {%if not forloop.first %}{%endif%} {{m.title}} {%if m.submenu %} {%endif%} {%if forloop.last%} {%endif%} {%endfor%}
{%endif%}
{%block contents%}{%endblock%}
{%endblock%}