Home
New Paste
{% if whitelisted %}
Config
{% endif %}
Theme
{% for theme in themes %}
{{ theme }}
{% endfor %}
Reset Theme
Welcome to Pastey
A lightweight, self-hosted paste platform
New Paste
{% if show_cli_button %}
Use CLI
{% endif %}
{% for paste in pastes %}
{% if whitelisted %}
Delete
{% endif %}
{{ paste.title }}
{{ paste.content }}
{% endfor %}