crinja icon indicating copy to clipboard operation
crinja copied to clipboard

Implementation of Jinja2 template language in Crystal

Results 7 crinja issues
Sort by recently updated
recently updated
newest added

https://jinja.palletsprojects.com/en/3.0.x/templates/#block-assignments

enhancement

Usually when working with static site generators, there are two common directories: one for includes and one for the layouts that use these includes. Example: ```htmldjango {% include "includes/header.html" %}...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies circleci .circleci/config.yml...

Following code will not work because the loop variable scope. ``` {% set dte = "-" %} {% for blog in blogs %} {% if (blog.created_at | date("%b %Y")) !=...

enhancement

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | digest | `a5ac7e5` -> `692973e` | ---...