The Template Conventions plugin helps you maintain a consistent template structure both within and across your Craft CMS projects, by making it easy to define and use twig helper functions that act as improved replacements for Twig's native {% include %}
tag. These functions are designed to help you write cleaner, more consistent templates with less boilerplate.
Turn this:
{% include('_components/blog/card') with { data: myData } only %}
Into this:
{{ component('card/blog', { data: myData }) }}
with just a single line definition in a config file.
Features
- Works out-of-the-box with default options
- Flexible config options
- Easily customisable for advanced use-cases
Installation Instructions
To install this plugin, copy the command above to your terminal.
1 Review All reviews
5/ 5
Active Installs
55
License
MIT
Last release
December 16, 2024
Activity (30 days)
0
Closed Issues
0
Open Issues
0
Merged PRs
0
Open PRs