fork download
  1. {% extends "base.html" %}
  2. {% block content %}
  3. <div class="container-fluid">
  4. <div class="col-sm-3 col-md-2 sidebar">
  5. <ul class="nav nav-sidebar">
  6. <li class="active"><a href="/accounts/profile/">Profile</a></li>
  7. <li><a href="/accounts/profile/vacancy/all/">Vacancies</a></li>
  8. <li><a href="/accounts/profile/analytics/">Analytics</a></li>
  9. <li><a href="/accounts/profile/export/">Export</a></li>
  10. <li><a href="/accounts/profile/bookmarks/">Bookmarks</a></li>
  11. </ul>
  12. </div>
  13. {% block sidebar_content %}
  14. {% endblock sidebar_content %}
  15. </div>
  16. {% endblock %}
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Traceback (most recent call last):
  File "/usr/lib/python3.4/py_compile.py", line 124, in compile
    _optimize=optimize)
  File "<frozen importlib._bootstrap>", line 1532, in source_to_code
  File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
  File "./prog.py", line 1
    {% extends "base.html" %}
     ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python3.4/py_compile.py", line 128, in compile
    raise py_exc
py_compile.PyCompileError:   File "./prog.py", line 1
    {% extends "base.html" %}
     ^
SyntaxError: invalid syntax

stdout
Standard output is empty