{% if entry.level > ns.save_level %} {% endfor %} {% endif %} {% set ns.save_level = entry.level %} {%- if entry.kind == 'char' -%} {% include "character_list.html" %} {%- elif entry.kind == 'loc' -%} {% include "loc_list.html" %} {%- elif entry.kind == 'storm' -%} {% include "storm_list.html" %} {%- elif entry.kind == 'ship' -%} {% include "ship_list.html" %} {% else %}
  • {{ entry.oid }}
  • {%- endif -%}