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

10 lines
249 B
HTML

{% extends "base.html" %}
{% load static %}
{% block extrastyle %}
<link href="{% static 'css/pasteque.css' %}" rel="stylesheet">
{% endblock %}
{% block title %}{{ filename }}{% endblock %}
{% block content %}
{{ highlighted|safe }}
{% endblock %}