{% extends "base.html" %} {% from "_macros.html" import modal %} {% block extra_head %} {% endblock %} {% block content %}
← Back to Gists

{{ gist['title'] }}

📝 {{ language_name(gist['language']) }}
{% set _size = 32 %}{% set _size_class = "sm" %}{% set _user = author %}{% include "_avatar_link.html" %}
{% set _user = author %}{% set _class = none %}{% include "_user_link.html" %} {% if is_admin(user) and author and author.get('role') %} · {{ author['role'] }} {% endif %} · {{ time_ago }}
{% if gist.get('description') %}
{{ 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" %}
{% if is_owner %} {% call modal('edit-gist-modal', 'Edit Gist', wide=true) %}
{% include "_attachment_form.html" %}
{% endcall %} {% endif %} {% with target_uid=gist['uid'], target_type="gist" %} {% include "_comment_section.html" %} {% endwith %}
{% endblock %} {% block extra_js %} {% endblock %}