{% extends "base.html" %} {% block title %}Share {{ public_id }}{% endblock %} {% block content %}

ID: {{ public_id }}

{{ command or 'N/A' }} View Raw
{{ html_content | safe }}
{% endblock %}