webweav.ing/ui/html/htmx/feed-output.tmpl.html

8 lines
203 B
HTML

{{ range .Feeds }}
<h2>Output</h2>
<button id="copy" onclick="copyToClipboard()">Copy to Clipboard</button>
<textarea readonly="true" cols="80" rows="120" id="feed-output">
{{ . }}
</textarea>
{{ end }}