{{ define "title" }}publish a new string{{ end }} {{ define "content" }}
{{ if eq .Action "new" }}

Create a new string

Store and share code snippets with ease.

{{ else }}

Edit string

{{ end }}
{{ template "strings/fragments/form" . }} {{ end }}