{% include base.html %} {% for menu in include.level %} {% if menu.sub != null %}
  • {{ menu.title }}
  • {% else %}
  • {% if menu.href contains 'https://' or menu.href contains 'http://' %} {{ menu.title }} {% else %} {{ menu.title }} {% endif %}
  • {% endif %} {% endfor %}