{{ gist['title'] }}
📝 {{ language_name(gist['language']) }}{{ gist['description'] }}
{% endif %}
{% if attachments %}
{% include "_attachment_display.html" %}
{% endif %}
{{ language_name(gist['language']) }}
{{ gist['source_code'] }}
{% if user %}
{% set _type = "gist" %}{% set _uid = gist['uid'] %}{% set _my_vote = my_vote %}{% set _count = star_count %}{% set _btn_class = "gist-star-btn" %}{% include "_star_vote.html" %}
{% endif %}
{% set _type = "gist" %}{% set _uid = gist['uid'] %}{% set _bookmarked = bookmarked %}{% include "_bookmark_button.html" %}
{% if is_owner %}
{% endif %}
{% set _type = "gist" %}{% set _uid = gist['uid'] %}{% set _reactions = reactions %}{% include "_reaction_bar.html" %}