{% if include.color == "warning" %}
{% else %}
{% endif %}

{{include.title}}

{% if include.labels %} {% assign labels = include.labels | replace:", ", "," | split:"," %}
{% for label in labels %} {% assign label_data = label | split:":" %} {% assign color = label_data[0] %} {% assign text = label_data[1] %} {% assign tooltip = label_data[2] | default: "" %} {% assign help_icon = '' %} {{text}} {{ help_icon }} {% else %} >{{text}} {% endif %} {% endfor %}
{% endif %}

{% if include.image %} {{include.title}} {% elsif include.icon %} {% endif %} {{include.description}}

{% if include.url %} Website: {% if include.website %} {{include.website}} {% else %} {{ include.url | remove: "https://" | remove: "http://" | remove: "www." | remove: "/" | remove: "github.com" }} {% endif %} {% elsif include.page %} {% if include.moretext %} {{include.moretext}} {% else %} Learn More {% endif %} {% endif %} {% if include.tor %} Tor {% endif %} {% if include.extra_button %} {{include.extra_button}} {% endif %}

{% if include.footer %}

{{include.footer}}

{% endif %}