+++ /dev/null
-{% extends "base.html" %}
-
-{% block breadcrumbs %}<a href="/">Platforma Redakcyjna</a> ❯ plik {{ hash }}{% endblock breadcrumbs %}
-
-{% block maincontent %}
- <div id="tabs"><a href="{% url file_xml hash %}">Źródło</a><a href="{% url file_html hash %}" class="active">HTML</a><div style="clear: both; height: 0; width: 0"> </div></div>
- <div id="file-text">
- {{ object|safe }}
- </div>
-{% endblock maincontent %}
\ No newline at end of file