-
Maybe consider rebuilding with [handlebars](https://handlebarsjs.com/) or [mustache](https://mustache.github.io/). No point continuing to support hand-rolling this for future customizations if there a…
-
In [this PR](https://github.com/dart-lang/macros/pull/68/files#diff-a41147bed1d6683f0d64dac93fa9c97cc2399c0d3e176b9db7ff05dfb9765d40) I use `{{uri#name}}` in macro-generated augmentation "code" to sig…
-
Is it possible to extend the support to templating languages that use one of the suppoerted languages? I mean, like using JS in JSX or using twig extensions that are written in php and so on.
-
I'm all about [HAML](http://haml-lang.com/) for templating. For those of you who don't know, HAML is an ERB (Rails' default templating language) alternative. It's much more terse and compiles to reall…
-
consider replacing our current primitive `${param}` with an external more fully featured templating solution
## Templating Solution Contenders
- templating engine
- [`text/template`](https://go…
-
# Simpla Templating Language
We need a simple templating language that allows us to describe how the code generated from the AST should look like.
## Why not Twig?
PHP-Printer will define an interfa…
-
Similar to prepared statements (#44), a templating language like Twig [et al](https://ourcodeworld.com/articles/read/847/top-7-best-open-source-php-template-engines) could reduce a lot of complexity w…
-
Something we talked about briefly internally. The current syntax for specifying lookups looks something like this:
```yaml
variables:
VpcId: ${output vpc::VpcId}
```
It allows you to nest o…
-
I don't like templating languages. Would it be possible to use Tesla without any? If not van I request that as a feature?
-
```rust
pub fn my_template(name: String, scores: List(Int)) -> String =
derive Template(file: "path/to/file")
```
```rust
// This template builds a HTML string, meaning that it is safe to be in…