{% extends "layout.html" %} {% block title %}All Pastes{% endblock %} {% block content %} {% if pastes %}

All Pastes

{% else %} {% endif %} {% endblock %}