{% extends "navbar.html" %} {% block top %}
A secure and minimal platform for sharing text. No unnecessary restrictions, just paste and share.
| Title | Comments | Views | Author | Created |
|---|---|---|---|---|
| description {{ pinned_post.name }} | comment {{ pinned_post.comments|length }} | visibility {{ pinned_post.view }} | {% if pinned_post.pastownerstatus == 'root' %} {{ pinned_post.pastowner }} {% elif pinned_post.pastownerstatus == 'admin' %} {{ pinned_post.pastowner }} {% elif pinned_post.pastownerstatus == 'mod' %} {{ pinned_post.pastowner }} {% elif pinned_post.pastownerstatus == 'council' %} {{ pinned_post.pastowner }} {% elif pinned_post.pastownerstatus == 'user' %} {{ pinned_post.pastowner }} {% endif %} | {{ pinned_post.creation_date }} |
| Title | Comments | Views | Author | Created |
|---|---|---|---|---|
| description {{ anon_post.name }} | comment {{ anon_post.comments|length }} | visibility {{ anon_post.view }} | {% if anon_post.pastownerstatus == 'root' %} {{ anon_post.pastowner }} {% elif anon_post.pastownerstatus == 'admin' %} {{ anon_post.pastowner }} {% elif anon_post.pastownerstatus == 'mod' %} {{ anon_post.pastowner }} {% elif anon_post.pastownerstatus == 'council' %} {{ anon_post.pastowner }} {% elif anon_post.pastownerstatus == 'user' %} {{ anon_post.pastowner }} {% elif anon_post.pastownerstatus == 'anonymous' %} {{ anon_post.pastowner }} {% endif %} | {{ anon_post.creation_date }} |