obsolute-paste/templates/paste.html
baalajimaestro db32d8b07e
Basic run with tera templating
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-11-11 20:02:22 +05:30

5 lines
100 B
HTML

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