Skip to content

Commit 2d7ea6b

Browse files
committed
[#7568] minor tweaks
1 parent b058d96 commit 2d7ea6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configuration/micro_kernel_trait.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,10 +274,11 @@ has one file in it::
274274

275275
Template files should live in the ``Resources/views`` directory of whatever directory
276276
your *kernel* lives in. Since ``AppKernel`` lives in ``app/``, this template lives
277-
at ``app/Resources/views/micro/random.html.twig``.
277+
at ``app/Resources/views/micro/random.html.twig``:
278278

279279
.. code-block:: html+twig
280280

281+
<!-- app/Resources/views/micro/random.html.twig -->
281282
<!DOCTYPE html>
282283
<html>
283284
<head>

0 commit comments

Comments
 (0)