X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/eba3cb48e4c226b4229e2e38fa390672c3bcc829..8705c980a8a35af6c4fc6e309f389bc1aae0b6d7:/platforma/templates/renderer.html diff --git a/platforma/templates/renderer.html b/platforma/templates/renderer.html new file mode 100755 index 00000000..dabf3381 --- /dev/null +++ b/platforma/templates/renderer.html @@ -0,0 +1,123 @@ +{% extends "base.html" %} + +{% block extrahead %} + +{% endblock %} + +{% block maincontent %} + +

Source

+ + +

Rendered

+ + + + + +
+
+
+
+{% endblock %} + +{% block extrabody %} + +{% endblock %} \ No newline at end of file