2025-08-17 13:31:18 -05:00
|
|
|
{{ define "summarizer" }}
|
2025-08-16 21:38:49 -05:00
|
|
|
<main class="container">
|
|
|
|
|
<article>
|
|
|
|
|
<h3>On-demand summarization</h3>
|
|
|
|
|
<label>Channel<select id="channel"></select></label>
|
|
|
|
|
<label>Window<input id="window" value="6h"></label>
|
|
|
|
|
<label><input type="checkbox" id="push"> Send via Pushover</label>
|
|
|
|
|
<button id="btn" onclick="summarize()">Summarize</button>
|
|
|
|
|
<pre id="out"></pre>
|
|
|
|
|
</article>
|
|
|
|
|
</main>
|
|
|
|
|
{{ end }}
|
2025-08-17 13:31:18 -05:00
|
|
|
{{/* layout executes us via .Content */}}
|
2025-08-16 21:38:49 -05:00
|
|
|
|