We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b058d96 commit 2d7ea6bCopy full SHA for 2d7ea6b
configuration/micro_kernel_trait.rst
@@ -274,10 +274,11 @@ has one file in it::
274
275
Template files should live in the ``Resources/views`` directory of whatever directory
276
your *kernel* lives in. Since ``AppKernel`` lives in ``app/``, this template lives
277
-at ``app/Resources/views/micro/random.html.twig``.
+at ``app/Resources/views/micro/random.html.twig``:
278
279
.. code-block:: html+twig
280
281
+ <!-- app/Resources/views/micro/random.html.twig -->
282
<!DOCTYPE html>
283
<html>
284
<head>
0 commit comments