Skip to content

Commit 8fc52da

Browse files
authored
Merge pull request realpython#812 from ortymid/patch-1
Remove junk in Jinja code block
2 parents e324776 + d3e97f2 commit 8fc52da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scenarios/web.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ into the corresponding block in the :file:`base.html` page.
366366

367367
.. code-block:: html
368368

369-
<!{% extends "base.html" %}
369+
{% extends "base.html" %}
370370
{% block content %}
371371
<p class="important">
372372
<div id="content">

0 commit comments

Comments
 (0)