{{x:string}}

Link Test

by Anonymous 0 stars 0 renders 0 forks

Schema

FieldType
x string

Apply Values

POST JSON to the API endpoint:

POST /api/templates/link-test-mqr6e6ws/apply
Content-Type: application/json

{
  "x": "Your value here"
}

AI Prompt

Copy this prompt to generate a compatible template with any LLM:

You are an expert frontend designer.
Create a beautiful, modern HTML template for "Link Test" that strictly follows the constraints and schema below.

## Constraints
- Style everything using inline style="" attributes only (no external CSS, no <link>, no <style> tags)
- Do NOT use: <script>, <iframe>, <form>, <input>, <textarea>, <button>, <select>, <object>, <embed>, <details>, <dialog>
- Place data placeholders using this syntax: {{x:string}}
- The template must be a single HTML fragment (no <html>, <head>, or <body> tags)
- Use system fonts: font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif (or Georgia, serif for editorial)

## JSON Schema
```json
{
  "x": "string"
}
```

## Placeholder Syntax
Each data point uses `{{key:type}}` — for example:
- `{{x:string}}` → string

Output ONLY the HTML code block. No explanation.