liquid icon indicating copy to clipboard operation
liquid copied to clipboard

A Liquid template engine in Go

Results 49 liquid issues
Sort by recently updated
recently updated
newest added

⚠ The ISSUE_TEMPLATE.md doesn't seem to work anymore, I had to manually copy the contents of the file to fill this issue ⚠ ## Checklist - [ X] I have...

⚠ The ISSUE_TEMPLATE.md doesn't seem to work anymore, I had to manually copy the contents of the file to fill this issue ⚠ ## Checklist - [ X] I have...

Examples parent.tpl Page Title child.tpl {% layout "parent.tpl" %} Hello {% endlayout %} The result would look like Page Title Hello

The aim of this PR is to add a function that allows to remove a defined tag. This is useful for my specific need as I need to disable a...

Implements {% render %} tag matching Shopify Liquid behavior with full support for: - Basic rendering with isolated scope - Parameter passing (key: value pairs) - 'with' syntax for single...

### Pre-submission Checklist - [x] I have searched the [issue list](https://github.com/osteele/liquid/issues) for similar feature requests ### Problem Description Hi, thanks for creating this lib. In my use-case users build templates...

enhancement

## Checklist - [ ] I have read the contribution guidelines. - [ ] `make test` passes. - [ ] `make lint` passes. - [ ] New and changed code...

Adds CI job to detect 32-bit platform regressions (e.g., issue #47). ## Changes - New `test-32bit` job in `.github/workflows/go.yml` - Runs in `i386/golang:1.23` Docker container on `ubuntu-latest` - Executes full...