< %% def name="example_row(tab_index)">
<tr>
< %% self.lib:td_label for_id="example_id">Example</ %% self.lib:td_label>
- < %% self.lib:td_input tab_index="${tab_index}">
+ < %% self.lib:td_input tab_index="$ {tab_index}">
<input name="example"
tabindex="$ {tab_index.val}"
id="example_id"
</ %% def>
< %% tab_index = self.attr.TabIndex() %% >
-< %% self:main_form tab_index="${tab_index}" args="tab_index">
+< %% self:main_form tab_index="$ {tab_index}" args="tab_index">
$ {example_row(tab_index)}
</ %% self:main_form>