Skip to content

Commit 6046811

Browse files
committed
rst
1 parent d05a762 commit 6046811

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/React/doc/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ in the DOM or is removed and immediately re-added to the DOM (e.g. when using
109109
.. code-block:: html+twig
110110

111111
{# templates/home.html.twig #}
112-
112+
{% extends 'base.html.twig' %}
113+
113114
{# The React component will stay mounted if the div is moved in the DOM #}
114115
<div {{ react_component('Hello', {fullName: 'Fabien'}, {permanent: true}) }}>
115116
Loading...

0 commit comments

Comments
 (0)