Section 3 · Content / Markdown
45+ Prompt Templates — AI Page Generation in 2 Minutes Without Code
Fill in {INPUT} and {KEYWORDS}, send to ChatGPT — get a ready HTML page. 18 sections, 100+ KB, JSON-LD out of the box. Not a single line of code.
Three Categories of Prompt Templates
One system — all types of site pages
Home Pages
5 home-1..5.txt templates — from minimalism to a 130 KB GEO long-read. Choose a style, fill in {INPUT} and {KEYWORDS}, send to ChatGPT — the home page is ready.
Section Articles
5 article-1..5.txt templates — from expert GEO long-read to glass-morphism. 16-18 sections, 80-120 KB, raw_html: true for direct use.
Specialized Pages
razdel-* (section landings), shop-* (product pages), about-* (about pages). 35+ additional templates. Complete site coverage.
Prompt Templates in Numbers: 2026
Data from GitHub CMS and system users
Templates
in content/templates/
Per Page
fill → ChatGPT → HTML
Max Size
bytes HTML per article
Cost
templates are free
Before and After: Creating a Page Without Templates vs With Templates
What changes when using the prompt template system
Without Templates
2-4 hours per page manually
HTML layout, Bootstrap classes, inline styles, var(--color-*). Each section from scratch. 16-18 sections — 2-4 hours of designer work.
Unstructured prompt
ChatGPT produces varying quality. No format guarantee. No SEO/GEO structure. 16 separate prompts for 16 sections.
Style errors
var(--color-*) doesn't match the theme. Bootstrap classes conflict. No unified design code.
No CMS integration
HTML must be manually adapted for .md + YAML Frontmatter. No structure for raw_html. 30-40 minutes for adaptation.
With Templates
2 minutes per page — AI generation
Fill {INPUT} and {KEYWORDS} → send to ChatGPT → ready HTML with all 16-18 sections. No layout. No designer.
Structured prompt — guaranteed format
45+ templates with exact section structure. ChatGPT outputs exactly what's needed. 1 prompt = 1 page.
Unified design system
var(--color-*) + Bootstrap 5. Colors, fonts, spacing — all match. No style conflicts. 5 design styles to choose from.
Out-of-the-box CMS integration
raw_html: true + YAML Frontmatter. Copy → paste into .md → npm run build. Page is live on the site. 2 minutes from prompt to production.
45+ Templates — Every Site Page Generated in 2 Minutes
Home, articles, sections, shop, about — a prompt template exists for every page. Fill in variables, send to ChatGPT, paste HTML into .md — done.
5 Design Styles — From Long-Read to Glass
Each style solves its own task
Article-1: GEO Long-Read / EXPERT
18 sections, 80-120 KB. Tables, E-E-A-T, Featured Snippet, pipeline, FAQ. For expert SEO/GEO deep-dives and technical overviews. HOME-3 style.
Article-2: DESIGNER / HOME-4
16 sections, 80-110 KB. Zigzags, FAQ accordion, dark inserts, timeline. For visual overviews, case studies, product articles.
Article-3
GLASS morphism
Article-4
HOME-4 trust metrics
Article-5
HOME-5 glass style
What's Inside Each Prompt Template
Each template contains: theme, style description, 16-18 sections with exact HTML blocks, size and style requirements. Variables {INPUT} and {KEYWORDS} are replaced once — ChatGPT generates everything else.
Main requirements
Section HTML blocks
Theme 2-4 sentences
5-8 keywords
Testimonials: Prompt Templates in Real Projects
Results from using the template system
"15 section articles generated in 30 minutes via article-1..5 templates. Before, one article took 2 hours of layout. HTML quality is excellent — all sections in place, styles match."
Alexey K.
CEO B2B Platform
"home-3.txt — our 130 KB home page generated in 5 minutes. 21 sections, tables, charts — all from one prompt. ChatGPT output ready HTML with var(--color-*)."
Marina S.
Tech Director EdTech
"razdel-2.txt + shop-1.txt — the section landing and product page were ready in 4 minutes. Paste into .md → npm run build → site updated. Mini-starter for any project."
Dmitry V.
DevOps Engineer
How the System Works: 3 Steps
From empty template to page on the site
Fill in Variables
{INPUT} — theme in 2-4 sentences. {KEYWORDS} — 5-8 keywords. {SECTION} — which section. 30 seconds to fill out.
Send to ChatGPT
Copy template → paste into ChatGPT → get HTML of 16-18 sections. No code, no layout.
Paste into .md
HTML into content/sections/file.md. YAML Frontmatter + raw_html: true. npm run build → page on site.