{% extends "dpaste/base.html" %} {% load i18n %} {% block title %}{% trans "About" %}{% endblock %} {% block body_type %}text-page{%endblock %} {% block page %}

{% trans "About dpaste" %}

This site is powered by dpaste, an open source pastebin application. You can find the source code, contribute to it or leave feedback on Github.

dpaste provides an API to easily paste snippets out of your shell or editor. See the dpaste wiki for the API documentation and a list of available plugins.

{% endblock %}