-
The code
```
let a = [shamlet|#{f a
b c}|]
```
yields `unexpected '\r', expecting " " or "}"` on Windows. Changing source line endings doesn't help, because template code…
-
I love this project! Can you add some screenshots so we can see what it looks like? Maybe also a small demo showing how to consume content from the server from the command line?
-
## Issue Description
I get errors in console after just trying out the extension. My browser is `Brave 1.3.118`. I have just installed the extension.
Errors:
```
Error in event handler: TypeErro…
-
If we make Mr. Docs XML-only, we get a number of benefits:
* No need for bitcode
* No need for plugin extensions
* Extraction can be optimized for XML
* No need for built-in handlebars, duktape,…
-
We should here discuss how to integrate multi language support in Cryptris.
With my poor programming skills I see two options. Opinions or other suggestions welcomed !
Solution 1:
Replace all litera…
-
Hi jlord and all other contributors,
This git-it is a very nice idea. Congratulations!
I would like to use your tool for a git course in the public university of Lund, Sweden. Very likely I'll p…
-
**Repro**
1. Create a new C# Class Library (.NET Standard)
2. Edit the project properties and set the Default Namespace to nothing
3. Add New Item -> Class (Visual C# Items)
4. Observe the invalid…
-
This proposal sets out the case for adding convenience features to eXist's HTML Templating Library which will both simplify conditionally including content in the templates themselves, as well as test…
-
```html
Building a router
// Put John's template engine code here...
// Simple JavaScript Templating
// John Resig - https://johnresig.com/ - MIT Licensed
(fun…
-
You already mentioned that you need different escaping for different languages to template. However with the web it's way worse, because you have different languages in one file. Escaping is different…