{% extends "../toolbar_base.html" %} {% block title %}Dashboard - {{ site_name }}{% endblock %} {% block main_stuff %}style="overflow: hidden; max-height: 100%;"{% endblock %} {% block content %}
Pastes New
{% for p in pastes.iter() %} {{ p.custom_url }} {% endfor %}
Back Next
{% endblock %}