bin/templates/pretty.html.tera
Gunwant Jain 0cd0d24549 templates: add drag and drop func, use ayu dark
Use a more man-like description

Signed-off-by: Gunwant Jain <mail@wantguns.dev>
2021-07-08 18:51:20 +05:30

21 lines
240 B
Plaintext

{% extends "base" %}
{% block styles %}
body {
padding: 10px;
}
pre {
margin: 0px;
font-family: monospace;
}
{% endblock styles %}
{% block head %}
{% endblock head %}
{% block body %}
{{ body | safe }}
{% endblock body %}