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

No pastas yet. 😔 Create one here.


{%- else %}

Pastas

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

URL Redirects

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

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