Comment on dōmo: Markup, style, and code in one languageComments−Semaphor13yPlease read the lines at the top: "alternative to template engines and CSS pre-processors".It's not supposed to be used instead of HTML and CSS overall.−agscala13yThe example should really be changed to reflect this.If it's not supposed to be for rendering a whole page, the example shouldn't be rendering a whole page.−jedschmidtOP13yExactly. Instead of learning arbitrary meta-languages on top of these technologies, I think we're better off just porting the syntax to JavaScript and using a more reliable and well-tested foundation to build abstractions.
Comments
Please read the lines at the top: "alternative to template engines and CSS pre-processors".
It's not supposed to be used instead of HTML and CSS overall.
The example should really be changed to reflect this.
If it's not supposed to be for rendering a whole page, the example shouldn't be rendering a whole page.
Exactly. Instead of learning arbitrary meta-languages on top of these technologies, I think we're better off just porting the syntax to JavaScript and using a more reliable and well-tested foundation to build abstractions.