hårdtemplating
Hårdtemplating, or hard templating, is a templating approach used in content generation where templates are processed and combined with data during a build or deployment phase to produce static output. The result is static files that can be served without a running templating engine.
In practical terms, a template engine reads template files and data sources (such as content files, databases,
Benefits of hard templating include fast page delivery, high scalability, predictable performance, and reduced server load,
Limitations include reduced flexibility for real-time personalization, longer refresh cycles for changing content, and the need
Common contexts are static site generators (for example, Hugo and Jekyll) and document generation workflows, where
Related concepts include dynamic or soft templating, server-side rendering, and client-side templating, which render content at