fork download
  1. <!DOCTYPE html>
  2. <html lang="ru">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Here</title>
  6. {% load staticfiles %}
  7. <link rel='stylesheet' type = 'text/css' href = "{% static 'news/stylesheet.css' %}">
  8. <script src="https://a...content-available-to-author-only...s.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
  9. <script src = "{% static 'news/styling.js' %}"></script>
  10. </head>
  11. <body>
  12. <div id='head'> Inquest </div>
  13. <div id='menu'>
  14. </div>
  15. <div class="container">
  16. {% block content %}
  17. Empty page
  18. {% endblock %}
  19. </div>
  20. <center>
  21. <small>
  22. Developed by myself in 02.2015
  23. </small>
  24. </center>
  25. </body>
  26. </html>
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python2.7/py_compile.py", line 117, in compile
    raise py_exc
py_compile.PyCompileError:   File "prog.py", line 1
    <!DOCTYPE html>
    ^
SyntaxError: invalid syntax

stdout
Standard output is empty