mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
Merge pull request #812 from ortymid/patch-1
Remove junk in Jinja code block
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user