{% extends "base.html" %} {% 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" %}
{{ author['username'] if author else 'Unknown' }} {% if 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 %}
{% endif %} {% if is_owner %}
{% endif %}
{% if is_owner %} {% endif %} {% with target_uid=gist['uid'], target_type="gist" %} {% include "_comment_section.html" %} {% endwith %}
{% endblock %} {% block extra_js %} {% endblock %}