Remove junk in Jinja code block

The "<!" before template extension statement is unnecessary and also breaks code highlighting.
This commit is contained in:
Dmytro Brykovets
2017-04-15 12:34:19 +03:00
committed by GitHub
parent 83d1fd49d5
commit d3e97f2ec1
+1 -1
View File
@@ -366,7 +366,7 @@ into the corresponding block in the :file:`base.html` page.
.. code-block:: html
<!{% extends "base.html" %}
{% extends "base.html" %}
{% block content %}
<p class="important">
<div id="content">