• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-Dec-2021-

doc/H11-Feb-2020-8,0135,417

lib/Twig/H11-Feb-2020-2,6611,575

src/H11-Feb-2020-17,43110,442

.editorconfigH A D11-Feb-2020224 1914

.gitattributesH A D11-Feb-202077 43

.gitignoreH A D11-Feb-202058 54

.php_cs.distH A D11-Feb-2020799 2119

.travis.ymlH A D11-Feb-20201.7 KiB4639

CHANGELOGH A D11-Feb-202060.9 KiB1,4451,084

LICENSEH A D11-Feb-20201.4 KiB3024

README.rstH A D11-Feb-2020802 2516

composer.jsonH A D11-Feb-20201.2 KiB5352

drupal_test.shH A D11-Feb-20201.7 KiB5244

README.rst

1Twig, the flexible, fast, and secure template language for PHP
2==============================================================
3
4Twig is a template language for PHP, released under the new BSD license (code
5and documentation).
6
7Twig uses a syntax similar to the Django and Jinja template languages which
8inspired the Twig runtime environment.
9
10Sponsors
11--------
12
13.. raw:: html
14
15    <a href="https://blackfire.io/docs/introduction?utm_source=twig&utm_medium=github_readme&utm_campaign=logo">
16        <img src="https://static.blackfire.io/assets/intemporals/logo/png/blackfire-io_secondary_horizontal_transparent.png?1" width="255px" alt="Blackfire.io">
17    </a>
18
19More Information
20----------------
21
22Read the `documentation`_ for more information.
23
24.. _documentation: https://twig.symfony.com/documentation
25