{% if item.logo_dark %}{% endif %} {{ item.name }} logo

{{ item.title }}

{% if item.info %}

{{ item.info }}

{% endif %} {% if item.warning %}

{{ item.warning }}

{% endif %} {% if item.labels %}

{% assign labels = item.labels | split:"|" %} {% for label in labels %} {% assign label_data = label | split:"::" %} {% for label_attr in label_data %} {% assign attr = label_attr | split:"==" %} {% if attr[0] == "color" %} {% assign color = attr[1] %} {% elsif attr[0] == "link" %} {% assign link = attr[1] %} {% elsif attr[0] == "text" %} {% assign text = attr[1] %} {% elsif attr[0] == "icon" %} {% assign icon = attr[1] %} {% elsif attr[0] == "tooltip" %} {% assign tooltip = attr[1] %} {% endif %} {% endfor %} {% include badge.html link=link color=color text=text icon=icon tooltip=tooltip %} {% assign color = nil %} {% assign link = nil %} {% assign text = nil %} {% assign icon = nil %} {% assign tooltip = nil %} {% endfor %}

{% endif %} {{ item.description | markdownify }} {% if item.downloads %}

{% for platform in item.downloads %} {% endfor %}

{% endif %} {% if item.website or item.article %}
{% if item.article %} More Information{% endif %} {% if item.website %} Visit {{ item.website | remove_first: "www." | split: "/" | slice: 2 }} {% if item.privacy_policy %} Privacy Policy{% endif %} {% if item.website_tor %} {% endif %} {% endif %}
{% endif %}