-
(I think someone previously discussed this somewhere else, I couldn't find it.)
As part of some frontend UI research, I looked at the idea of swapping out Django templates with Jinja2 templates.
Jin…
-
```crystal
require "kemal"
require "liquid"
text = "hello world"
ctx = Liquid::Context.new
tpl = Liquid::Template.parse(text)
puts tpl.render(ctx)
```
complie and run:
```
Error in s…
-
Ok so this is a bit of R&D re where we want to go.. and assumed to be HTML templates..ie views in this templating land..
And there are all sorts of tangents we live, like not having to redo all my te…
-
I think this would be a lot cleaner of a flow. In terms of interface, I'm imagining we add support for writing a `zerver/views/webhooks/travis/doc.md` (instead of `docs.html`), and the integration to…
-
One of the selling points for Backbone (and Marionette) is the independence relatively to the templating engine. Marionette comes with support for [underscore templates](http://underscorejs.org/#templ…
-
Running the test suite yields
```
➜ college-JUMP make test [master]
env/bin/python3 setup.py test
running test
Se…
-
### Vue.js version
1.0.22
### Reproduction Link
http://codepen.io/Codebryo/pen/ZWwRRJ
### Steps to reproduce
If the Vue object is configured to use the ES2015 Template Delimiters `${` `}` they are…
-
Hi, [Gitbook Templating](http://help.gitbook.com/format/templating.html) would be a powerful extension to pandoc's markdown (not for pandoc's templates). That could also be a substitution to macros.
…
-
While the provided option of using the Acceleo-based generator is terrific, in particular since you can use genmymodel instead of Eclipse, I'd like to see a programmatic (and Python-based) option as w…
-
## Ideas:
- https://www.reddit.com/r/rust/comments/4ewsg6/introducing_tera_a_template_engine_in_rust/d250nro
## Inspiration:
- https://playframework.com/documentation/2.4.x/ScalaTemplates declares typ…
Keats updated
7 years ago