@@ -20,11 +20,11 @@ This chapter assumes the following:
2020* You are familiar with `Asset handling in TYPO3 <https://docs.typo3.org/permalink/t3sitepackage:assets-theme >`_
2121 (CSS, JavaScript, design related images, etc)
2222
23- After this tutorial you will have a better understanding of fluid templates and
23+ After this tutorial you will have a better understanding of Fluid templates and
2424how to customize them to your needs. You should also be able to create some
25- fluid templates yourself.
25+ Fluid templates yourself.
2626
27- If you prefer to start with an HTML template and build it up to a fluid template
27+ If you prefer to start with an HTML template and build it up to a Fluid template
2828step by step, have a look at :ref: `fluid-templates-scratch `.
2929
3030.. contents :: Topics covered in this chapter
@@ -40,7 +40,7 @@ step by step, have a look at :ref:`fluid-templates-scratch`.
4040The page view
4141=============
4242
43- The fluid templates that we will use to output the frontend pages have to be configured via TypoScript.
43+ The Fluid templates that we will use to output the frontend pages have to be configured via TypoScript.
4444
4545In the site package that was `Generated for you <https://docs.typo3.org/permalink/t3sitepackage:minimal-design >`_,
4646the TypoScript configuration can be found in
@@ -120,7 +120,7 @@ menu and the footer.
120120Outermost HTML structure (body, head)
121121=====================================
122122
123- The outermost HTML is not usually handled in fluid templates. It
123+ The outermost HTML is not usually handled in Fluid templates. It
124124is configured via TypoScript configuration of the
125125`PAGE <https://docs.typo3.org/permalink/t3tsref:object-type-page >`_ object.
126126
0 commit comments