9 lines
210 B
HTML
9 lines
210 B
HTML
|
{{ $fmtHelp := ((.Context).Value "adapter").FormattingHelp }}
|
||
|
|
||
|
{{ template "header" . }}
|
||
|
|
||
|
<h2>Formatting Help</h2>
|
||
|
|
||
|
<span class="adapter-success wide"><pre>{{ $fmtHelp }}</pre></span>
|
||
|
|
||
|
{{ template "footer" . }}
|