{{ define "content" }}

{{ .locale.Tr "settings" }}

{{ .locale.Tr "settings.header.style" }}

{{/* hx-boost="false": theme + diff colors are applied via the (theme stylesheet, the `dark` class on , and the :root color vars). A boosted submit only swaps the , leaving those stale until a hard refresh, so we let this form do a full navigation — the redirect re-renders the whole head. */}}
{{ .csrfHtml }}

{{ .locale.Tr "settings.style.theme" }}

{{ range $c := .themeColors }} {{ end }}

{{ .locale.Tr "settings.style.gist-code" }}

file.txt · 95 B · Text
1This is a string
2This is a really really really really really really really long string
3
4- code removed
5- another pretty pretty pretty pretty pretty pretty long code removed
6+ code added
7+ added a line which help to demonstrate the difference between enabling and disabling soft wrap
8

{{ .locale.Tr "settings.style.default-sort" }}

{{ .locale.Tr "settings.style.default-order" }}

{{ end }}