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

{% if pasta.file.as_ref().unwrap().is_image() %}
{%- endif %} Download attached file: '{{pasta.file.as_ref().unwrap().name()}}' [{{pasta.file.as_ref().unwrap().size}}] {%- endif %}

{% if pasta.content != "No Text Content" %}
{% if args.highlightsyntax %}
{{pasta.content_syntax_highlighted()}}
{%- else %}
{{pasta.content_not_highlighted()}}
{%- endif %}
{%- endif %}
{% 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 %}

{% include "footer.html" %}