-
Hello, and thanks for bringing Razor repo on GitHub. :+1:
If there is one thing cool about Ruby on Rails "views", it is that you can choose from long list of front-end templating engines to code aga…
am11 updated
10 years ago
-
I want to be able to write a resultcount like this:
{{#if count == 0}}No results{{/if}}
{{#if count == 1}}1 result{{/if}}
{{#if count > 1}}{{count}} results{{/if}}
This doesn't seems possible. Can t…
thany updated
9 years ago
-
I'm trying to experiment with JST compiling.
I've renamed my the HTML templates that I was loading previously loading with AJAX to .jst.
I've added a reference to the template in app.js with a //re…
-
I know Twig was raised and closed in #426 but I think there's a more compelling reason to consider this again.
Anchor has had a history of being riddled with XSS because the developers must remember …
-
I want to use the BasecampAgent to send messages to the HipchatAgent. To format the messages I am currently using the EventFormattingAgent which works great for normal text messages.
HipChat however a…
-
Hi, we're evaluating Locomotive CMS to give our customers the ability to build template-driven websites on our SaaS platform. Our SaaS platform is managing some data for our customers and can probably…
-
Jekyll's standard templating engine is [Liquid](https://github.com/Shopify/liquid), which consolidate.js does not support.
Ran into this today trying to port over the Bootstrap Docs, which are genera…
-
...something like
```
3 times (x) ->
do something with x here going from 0 to 2
```
-
The templating engines are only used when rendering a full page. So on the homepage of a blog, Liquid tags are not parsed because they are unparsed in the Posts collection of the SiteContext.
This is…
-
I use a custom image path variable in my front-matter for creating a "featured" image in articles. I would like use the image tag with it.
Is it possible to pass that variable into the image tag such…