commit 9c83d68af99a3f4c29c2ccb18558bab48e98e97a from: Omar Polo date: Thu Sep 22 14:51:05 2022 UTC tweaks to the input page - wrap the server prompt in - don't wrap the label text into a - add a submit button commit - 712e0708f24a66822548c0ea52e051f25c24c7e1 commit + 9c83d68af99a3f4c29c2ccb18558bab48e98e97a blob - 01048822f1936c48ec0afb7515c540f592595f66 blob + b1c0284b45cf267b70d17a8ae5fef71e622c6d0d --- fragments.tmpl +++ fragments.tmpl @@ -124,12 +124,12 @@ gemini://{{ host }}{{ path }} {{ define tp_inputpage(struct template *tp, const char *prompt) }} {{ render tp_head(tp, "en", "input request") }} -

The server ask for input: {{ prompt }}

+

The server ask for input: {{ prompt }}.

- + + {{ " " }} +
{{ render tp_foot(tp) }} {{ end }}