mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
10 lines
134 B
Scheme
Executable File
10 lines
134 B
Scheme
Executable File
<h1>$Subject</h1>
|
|
$Body
|
|
|
|
<dl>
|
|
<% control Fields %>
|
|
<dt><strong>$Title</strong></dt>
|
|
<dd>$Value.RAW</dd>
|
|
<% end_control %>
|
|
</dl>
|