--- layout: default --- {% assign states = site.states %} {% assign index_state_title = "Plant Tags Page" %}
{% if page.title == index_state_title %}

🔖 Plant Tags In This Garden

{{ content }}

Descriptions only reflect the spirit of this garden. Click here for the official emoji description.

{% for state in states %} {% if state.title != index_state_title %}

{{ state.emoji }} {{ state.title }}

{{ state.content | markdownify }}

{% endif %} {% endfor %} {% else %} {% assign entries_w_stat = site.entries | where: 'tags', page.emoji %}

{{ page.emoji }} {{ page.title }}

{{ content }}

Descriptions only reflect the spirit of this garden. Click here for the official emoji description.

{% if entries_w_stat.size == 0 %}
There are currently no {{ page.emoji }}s.
{% else %} {% endif %} {% endif %}