Back to Prompts
ChatGPT
Art & Design
intermediate

Case Template

Template for case study documentation

Updated December 2, 2025
#template
#documentation

The Prompt


## Case Template

This is a Mustache template for case studies. The template variables are:

```text
<a id="cases-{{{case_no}}}"></a>
### {{{t.case_caption}}} {{{case_no}}}{{{t.colon}}}{{{title}}} (by [{{{author}}}]({{{author_link}}}))

{{{source_links}}}

<img src="cases/{{{case_no}}}/{{{image}}}" width="300" alt="{{{alt_text}}}"><br />
<sub>Image © 2025 <a href="{{{attribution.image_author_link}}}">{{{attribution.image_author}}}</a>, <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> • Prompt by <a href="{{{attribution.prompt_author_link}}}">{{{attribution.prompt_author}}}</a></sub>

**{{{t.prompt_caption}}}**

(prompt content)

{{#prompt_note}}
*{{{t.prompt_note_caption}}} {{{prompt_note}}}*
{{/prompt_note}}

{{#reference_note}}
**{{{t.reference_note_caption}}}** {{{reference_note}}}
{{/reference_note}}

{{#submitter}}
**{{{t.submitter_caption}}}** [{{{submitter}}}]({{{submitter_link}}})
{{/submitter}}

---

[⬆️ {{{t.return_to_cases_toc_caption}}}](#cases-toc)
```

## Template Variables

- `case_no`: Case number
- `title`: Case title
- `author`: Author name
- `author_link`: Author link
- `image`: Image filename
- `prompt`: The prompt text
- Various translation strings in `t.*` variables

Case Template

This is a Mustache template for case studies. The template variables are:

<a id="cases-{{{case_no}}}"></a>
### {{{t.case_caption}}} {{{case_no}}}{{{t.colon}}}{{{title}}} (by [{{{author}}}]({{{author_link}}}))

{{{source_links}}}

<img src="cases/{{{case_no}}}/{{{image}}}" width="300" alt="{{{alt_text}}}"><br />
<sub>Image © 2025 <a href="{{{attribution.image_author_link}}}">{{{attribution.image_author}}}</a>, <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> • Prompt by <a href="{{{attribution.prompt_author_link}}}">{{{attribution.prompt_author}}}</a></sub>

**{{{t.prompt_caption}}}**

(prompt content)

{{#prompt_note}}
*{{{t.prompt_note_caption}}} {{{prompt_note}}}*
{{/prompt_note}}

{{#reference_note}}
**{{{t.reference_note_caption}}}** {{{reference_note}}}
{{/reference_note}}

{{#submitter}}
**{{{t.submitter_caption}}}** [{{{submitter}}}]({{{submitter_link}}})
{{/submitter}}

---

[⬆️ {{{t.return_to_cases_toc_caption}}}](#cases-toc)

Template Variables

  • case_no: Case number
  • title: Case title
  • author: Author name
  • author_link: Author link
  • image: Image filename
  • prompt: The prompt text
  • Various translation strings in t.* variables

Related Prompts