Monorepo for Tangled
tangled.org
1{{ define "focus/fragments/beginButton" }}
2 {{ if and .CanFocus (not .FocusParams.Focusing) }}
3 <form method="POST" action="/focus/begin">
4 <button type="submit"
5 class="flex btn-primary items-center gap-2">
6 {{ i "telescope" "size-4" }} Focus & reply
7 </button>
8 </form>
9 {{ end }}
10{{ end }}