Skip to content
  • Kirby CMS Plugins
  • Discover
  • Search
  • Developers
  • New plugins
  • Recently updated
  • Most starred
  • Topics
  • Types
  • Free Plugins
  • Paid Plugins
  • Kirby 5
  • Kirby 4

  • Submit a plugin
  • getkirby.com
  • wearejust wearejust

    Twig Templates

    Add support for Twig templates to your Kirby installation

    Docs Source

    Manual

    Download and extract the folder to site/plugins/twig

    Composer

    Git Submodule

    Version
    5.0.2
    License
    MIT
    Stars
    16
    Supports
    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

    • Imagex Imagex helps you orchestrate modern, responsive and performant images in Kirby. K5 K4
    • Microseasons Kirby plugin that will render the current Japanese micro season in a template. Includes various configuration options. K5 K4 K3
    • $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