\define OhNoesItsAMacro()
<$macrocall $name=stretch label="""$(LABEL)$""" rest="""$(REST)$""" content="""$(TEXT)$"""/>
\end
{{$:/core/ui/Buttons/import}}
<h2>Submit Reflection</h2>
<<stretch 'View' 'or <a href={{!!form}} target="_blank">visit</a>' '{{!!form-embed}}'>> the form to submit your reflection.
<h2>Responses</h2>
Click the buttons to view responses<br><$list filter="[tag{!!assignment}tag{!!assignment-type}]">
<$link>></$link>
<$vars LABEL={{!!headline}} REST={{!!author}} TEXT={{!!text}}>
<<OhNoesItsAMacro>>
</$vars>
<br>
</$list>\define stretch(state,show,hide,content)
<$appear hide="""$hide$""" show="""$show$""" mode="inline" $state="""$state$""">$content$</$appear>
\end
The seats of my new <$appear hide="ridiculously expensive car" show="car" mode="inline" $state="car1">//— really it was awfully expensive — //</$appear> were of the most comfy leather.
The seats of my new <$appear hide="‌" show="car" mode="inline" $state="car2">''ridiculously expensive car''// — really it was awfully expensive — //</$appear> were of the most comfy leather.
The seats of my new <<stretch
"car-macro"
"car"
"ridiculously expensive car"
"//— really it was awfully expensive — //"
>> were of the most comfy leather.