{% set _href = "/gists/" ~ (item.gist['slug'] or item.gist['uid']) %}
{% set _label = item.gist['title'] %}
{% include "_card_link.html" %}
{{ item.gist['title'] }}
{% set _type = "gist" %}{% set _uid = item.gist['uid'] %}{% set _my_vote = item.my_vote %}{% set _count = item.gist.get('stars', 0) %}{% set _btn_class = "gist-card-star" %}{% set _stop = True %}{% include "_star_vote.html" %}
📝 {{ language_name(item.gist['language']) }}
{% if item.gist.get('description') %}
{{ item.gist['description'][:200] }}{% if item.gist['description']|length > 200 %}...{% endif %}