{% assign index_tag = include.index.title | remove: " " %} {% for pair in include.index %} {% if pair[0] == "title" or pair[0] == "nav" or pair[0] == "footer" or pair[0] =="header" or pair[0] == "meta" or pair[0] == "config" or pair[0] == "search" or pair[0] == "style" or pair[0] == "kind" %} {% continue %} {% endif %} {% if include.inline != null %} {% if pair[0] == "kind" or pair[0] =="background" or pair[0] =="label" %} {% continue %} {% endif %} {% if pair[0] == "content" %} {% unless pair[1].content %} {{ pair[1] }} {% continue %} {% endunless %} {% endif %} {% endif %} {% assign label = pair[1].label.text | default: pair[1].label |default: pair[0] %} {% if label.first %} {% assign label = default: pair[0] %} {% endif %} {% assign value = pair[1] %} {% assign content = pair[1].content | default: pair[1] %} {% if content[0] %} {% assign spacing = "p-0" %} {% else %} {% assign spacing = "px-5 p-4" %} {% endif %} {% if pair[1].label != false and pair[1].label.position != "top" and pair[1].label.position != "bottom" %} {% assign pad_direction = "e" %} {% else %} {% assign pad_direction = "x" %} {% endif %} {% if pair[1].label.position == "top" or pair[1].label.position == "bottom" %} {% assign section_shadow = "hover-shadow" %} {% assign section_content_shadow = "" %} {% else %} {% assign section_shadow = "" %} {% assign section_content_shadow = "hover-shadow" %} {% endif %}
{% if pair[1].label != false and include.inline == null %} {% if pair[1].label.position == null or pair[1].label.position == "left" %}
{{label}}
{% else %} {% if pair[1].label.position != null and pair[1].label.position == "top" %}
{{label}}
{% endif %} {% endif %} {% endif %} {% if include.inline != null and pair[1].label != false %} {{label}} {% endif %}
{% case pair[1].kind %} {% when "chapters" %} {% include chapters.html index=include.index content=content level=include.level %} {% when "people" %} {% include people.html people=value %} {% when "comments" %} {% include comments.html comments=value %} {% else %} {% if content[0] %} {% if value.kind == "block" %} {% assign kind_block = true %} {% else %} {% assign kind_block = false %} {% endif %} {% include links.html links=content inline=include.inline kind_block=kind_block %} {% else %} {% if value.first %} {% include toc.html index=value inline=true level=include.level %} {% else %} {{value}} {% endif %} {% endif %} {% endcase %}
{% if pair[1].label.position != null and pair[1].label.position == "bottom" %} {% assign label = pair[1].label.text | pair[1].label |default: pair[0] %} {% if label.first %} {% assign label = default: pair[0] %} {% endif %}
{{label}}
{% endif %}
{% endfor %}