{% partialdef item-list %}
  • An item
  • {% endpartialdef %} {% partial item-list %} {% include "other_app/items_list.html#item-list" %} {% include "same_file_partial_include.valid.html#missing" %} {% include "same_file_partial_include.valid.html#item" %} {% include "same_file_partial_include.valid.html" %} {% include template_name %} {% include "{{ template }}#item-list" %} {% include "same_file_partial_include.valid.html#item-list"|default:fallback %} {% include "same_file_partial_include.valid.html#item-list" with obj=row %} {% include "same_file_partial_include.valid.html#item-list" only %}