{% include "header.html" %}
{% if pasta.content != "" %} {% if args.public_path_as_str() != "" && pasta.pasta_type == "url" %} {%- endif %} Raw Text Content {%- endif %} {% if args.qr && args.public_path_as_str() != "" %} QR {%- endif %} {% if pasta.editable && !pasta.encrypt_client %} Edit {%- endif %} {% if pasta.editable %} Remove {%- endif %}
{{pasta.id_as_animals()}} {% if args.public_path_as_str() != "" %} {%- endif %} {% if pasta.encrypt_client && pasta.attachments.is_some() %} {%- endif %} {% if pasta.attachments.is_some() %} {%- endif %} {% if !pasta.encrypt_client && pasta.attachments.is_some() %} {%- endif %}


{% if pasta.encrypt_client %}
{% if pasta.encrypt_client %} {% if pasta.content != "" %} {%- endif %} {%- endif %} {% if pasta.file.is_some() && !pasta.file_embeddable() %} {%- endif %}
{%- endif %}
{% if pasta.content != "" %}
{% if pasta.extension == "auto" || pasta.encrypt_client %}
{{pasta.content_escaped()}}
{% else if args.highlightsyntax %}
{{pasta.content_syntax_highlighted()}}
{% else %}
{{pasta.content_not_highlighted()}}
{%- endif %}
{%- endif %} {% if pasta.file.is_some() && !pasta.file_embeddable() && !pasta.encrypt_client && !pasta.attachments.is_some() %}

{{pasta.file.as_ref().unwrap().name()}} [{{pasta.file.as_ref().unwrap().size}}]

{%- endif %} {% if pasta.file.is_some() && pasta.file.as_ref().unwrap().is_image() && pasta.file_embeddable() && !pasta.encrypt_client && !pasta.attachments.is_some() %}

{{pasta.file.as_ref().unwrap().name()}} [{{pasta.file.as_ref().unwrap().size}}]

{%- endif %} {% if pasta.file.is_some() && pasta.file.as_ref().unwrap().is_video() && pasta.file_embeddable() && !pasta.encrypt_client && !pasta.attachments.is_some() %}

{{pasta.file.as_ref().unwrap().name()}} [{{pasta.file.as_ref().unwrap().size}}]

{%- endif %} {% if pasta.attachments.is_some() %} {%- endif %}
{% if args.show_read_stats %} {% if pasta.read_count == 1 %}

Read {{pasta.read_count}} time, last {{pasta.last_read_time_ago_as_string()}}

{%- else %}

Read {{pasta.read_count}} times, last {{pasta.last_read_time_ago_as_string()}}

{%- endif %} {%- endif %}

{% if pasta.encrypt_client && pasta.attachments.is_some() %} {%- endif %} {% if !args.pure_html %} {% endif %} {% include "footer.html" %}