{% 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.

{% endblock %}