X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/05f8cc4122caa9cc40e1df6e412b0dcfab7c6d40..38343a3fc11f5509c8522fec94c0ae7085b7244f:/project/templates/explorer/file_html.html?ds=sidebyside diff --git a/project/templates/explorer/file_html.html b/project/templates/explorer/file_html.html new file mode 100644 index 00000000..8fed0828 --- /dev/null +++ b/project/templates/explorer/file_html.html @@ -0,0 +1,10 @@ +{% extends "base.html" %} + +{% block breadcrumbs %}Platforma Redakcyjna ❯ plik {{ hash }}{% endblock breadcrumbs %} + +{% block maincontent %} +
ŹródłoHTML
 
+
+ {{ object|safe }} +
+{% endblock maincontent %} \ No newline at end of file