obsolute-paste/templates/paste.html

6 lines
100 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block content %}
<h1>This is {{paste_id}}</h1>
{% endblock content %}