Important
This plugin is no longer maintained.
A plugin for Craft CMS that extends the functionality of Twig.
The goal of this project is to deliver helpful templating functionality in a single plugin.
- Copy the
utensils/
folder intocraft/plugins/
- Go to Settings ā Plugins and click the āInstallā button next to āUtensilsā
Thereās far too much to document on a single page. Have a look at the Functions, Filters, and Tags documentation for more.
{% unless currentUser.admin %}
{% redirect 'login' %}
{% endunless %}
Thereās {{ entries|length }} {{ 'entry' | pluralize(entries|length) }}!
<div class="bg-img-{{ asset.id | md5 }}"></div>
{{ gist(bb45340bc4eda4c7d932, 'general.php') }}
{{ craft.request.segment(4) | humanize }}