{% include "header.html" %} {% if pastas.is_empty() %}

No pastas yet. 😔 Create one here.


{%- else %}
{% if args.pure_html %} {% else %}
{% endif %} {% for pasta in pastas %} {% if pasta.pasta_type == "text" && !pasta.private %} {%- endif %} {% endfor %}
Pastas
Key Created Expiration
{{pasta.id_as_animals()}} {{pasta.created_as_string()}} {{pasta.expiration_as_string()}} Raw {% if pasta.file != "no-file" %} File {%- endif %} {% if pasta.editable %} Edit {%- endif %} Remove

{% if args.pure_html %} {% else %}
{% endif %} {% for pasta in pastas %} {% if pasta.pasta_type == "url" && !pasta.private %} {%- endif %} {% endfor %}
URL Redirects
Key Created Expiration
{{pasta.id_as_animals()}} {{pasta.created_as_string()}} {{pasta.expiration_as_string()}} Raw {% if pasta.editable %} Edit {%- endif %} Remove

{%- endif %} {% include "footer.html" %}