Click

{{name:string}}

Link Test

by Anonymous 0 stars 1 renders 0 forks

Schema

FieldType
url link
name string

Apply Values

POST JSON to the API endpoint:

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

{
  "url": "https://example.com",
  "name": "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: {{url:link}}, {{name: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
{
  "url": "link",
  "name": "string"
}
```

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

Output ONLY the HTML code block. No explanation.