{{ define "main" }}

{{ .Title }}

{{ .Params.author | markdownify }}


{{ .Params.character }}

{{ if .Params.cw }}
{{ .Params.cw }}
{{ end }} {{ if .Params.spoiler }}
{{ .Params.spoiler | markdownify }}
{{ end }} {{ .Content }}

By reading this free online version, you confirm that you are not associated with OpenAI, that you are not procuring information for the OpenAI corpus, associated with the ChatGPT project, or a user of the ChatGPT project focused on producing fictional content for dissemination.

{{ end }}