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

11 lines
251 B
HTML

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