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
    20
    Supports
    K5 K4
    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

    • foreach ($page->fruits()->toChoices() as $fruit) {
          echo $fruit;
      }
      Choices Choices is a plugin that provides methods to manage field options in the frontend. For any field – like select, multiselect or checkboxlist … K5 K4
    • Code Highlighter A server-side syntax highlighter plugin for Kirby CMS, powered by Phiki, that uses TextMate grammars and VS Code themes to generate syntax-h… K5 K4
    • Paparazzi A Puppeteer-powered toolkit for programatically creating images with Kirby, by simply writing HTML & CSS code K5 K4

    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