wearejust Twig Templates Add support for Twig templates to your Kirby installation Docs Source Install Manual Download … and extract the folder to site/plugins/twig Composer Copy Git Submodule Copy Version 5.0.2 License MIT Stars 19 Supports K5 K4 K3 Created 25 Feb 2023 Updated 27 Apr 2024 Info Topics Templating Implements Template engine(s) Support Docs Issues Email Latest releases 5.0.2 5.0 Similar plugins Blade Templates Use Laravel Blade templates for your Kirby site K5 K4 K3 Menu This plugin lets you build and render structured menues with a variety of features. K5 K4 $form = new Form([ 'name' => [ 'rules' => ['required'], 'message' => ['Name is required'] ], ]); Uniform Probably the most versatile solution for handling web form submissions, validation and backend processing on your site K5 K4 K3 More by wearejust More <html> <head> <meta charset="utf-8"> <?= $page->metaTags() ?> </head> ... Meta Tags HTML meta tags generator that supports Open Graph, Twitter Cards, and JSON Linked Data out of the box K4 K3