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

11 lines
253 B
HTML

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