-
**Language**
A lightweight templating engine for Ruby, Elixir, Go and more. (Like Haml, Jade, etc.)
**Additional resources**
- http://slim-lang.com/
- https://github.com/slime-lang/slime/
- …
-
Hi,
I m working on a templating system that aims to be language independant (https://github.com/caolan/magery).
On piece that we are missing right know is an expression language.
I be looked at…
-
Hi, at the request of [this reddit comment](https://www.reddit.com/r/Zig/comments/1clsfbx/comment/l317k43/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button) I am…
bobf updated
6 months ago
-
Currently much of `writing-workflows/jinja2` is generic information about template variables.
Do we want to refactor Jinja2 and Empy pages so that the templating language information is separated …
wxtim updated
2 years ago
-
For instance, in a rails app, we'd use ERB, or HAML, or SLIM. I suppose we could just write using the templating language of our choice in the .html file? Not sure what implications that'd have for sy…
-
Implement a simple templating language to standardize the usage of macros in configuration files.
We currently have two different systems (%macro-name% and $macro-name).
I'm probably going to use %m…
-
*...Just a place to keep notes pertaining to Astro*
### Why switch platform?
* Build time
* Rendering time, especially in API references and when embedding images
* DocFx's templating system i…
-
Currently, Electrics.js code blocks syntax highlighting is done on the client side. For wedeploy.com we've used [a naive replace approach that works well](https://github.com/wedeploy/wedeploy.com/blob…
-
After reading #310 I think an option to ignore templating tags would solve it along with any other templating language the user might have.
Taking the [Jinja](http://jinja.pocoo.org/)/[Django](http…
-
### Describe the problem
I wrote the Svelte template https://github.com/CriticalMoments/CMSaasStarter and we are migrating it to Svelte 5.
One thing we use .svelte files for email templates for …