1 Matching Annotations
- Aug 2024
-
blog.veitheller.de blog.veitheller.de
-
It looks a bit like a Mustache template, and it is already a HTML file.
For the Brea static site generator / decoupled CMS, we used also Mustache.
One of the advantages of Mustache is its "web preview" capabilities. So a page like this one:
can be created with a template like this one:
Following Brea's convention, template pages end in
.mus.html
, so they can be rendered like a normal web page.
-