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 ca5030c commit c03adf3Copy full SHA for c03adf3
Documentation/Concepts/Fluid/Index.rst
@@ -35,6 +35,8 @@ obeyed when writing templates.
35
Fluid Basics
36
============
37
38
+.. _fluid-basics-accessing-variables:
39
+
40
Accessing Variables
41
-------------------
42
@@ -54,6 +56,8 @@ with the dot syntax:
54
56
55
57
<p>{myVariable.mySubItem}</p>
58
59
+.. _fluid-basics-modifying-variables:
60
61
Modifying Variables
62
63
@@ -78,6 +82,8 @@ If you want to perform multiple operations on one variable
78
82
or if your templates become more complex, you might also
79
83
want to use :ref:`Fluid's inline notation <t3coreapi:fluid-inline-notation>`.
80
84
85
+.. _fluid-basics-control-structures:
86
81
87
Using Control Structures
88
------------------------
89
0 commit comments