pasteque/paste/templates/paste/show-pygments.html

8 lines
167 B
HTML
Raw Normal View History

2013-04-04 17:37:30 +00:00
{% extends "base.html" %}
2018-05-07 20:52:15 +00:00
{% block title %} {{ title }}{% endblock %}
2013-04-04 17:37:30 +00:00
{% block content %}
{% include "paste/paste-meta.html" %}
{{ highlighted|safe }}
2018-05-07 20:52:15 +00:00
{% endblock %}