{% extends "bootstrap/base.html" %} {% block title %}tia.paste{% endblock %} {% block styles %} {{super()}} {% endblock %} {% block navbar %} {% include "fragments/navbar.j2" %} {% endblock %} {% block content %} {% import "fragments/table.j2" as table %}

Your Pastes


Shortened Urls

{{ table.build(links, 'links') }}

Pastes

{{ table.build(pastes, 'pastes') }}

Images

{{ table.build(images, 'images') }}
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}